#2B864A

Color #2B864A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2B864A

Tints of Sea Green #2B864A

Color information

#2B864A (or 0x2B864A) is unknown color: approx Sea Green. HEX triplet: 2B, 86 and 4A. RGB value is (43,134,74). Sum of RGB (Red+Green+Blue) = 43+134+74=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #2B864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B864A is #D479B5. Grayscale: #646464. Windows color (decimal): -13924790 or 4884011. OLE color: 4884011.

HSL color Cylindrical-coordinate representation of color #2B864A: hue angle of 140.44º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B864A is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB4313474-
CMYK0.6800.450.47
HSL140.44º51.41%34.71%-
HSV(B)140.44º67.91%52.55%-
XYZ10.7618.069.4-
YUV99.95113.3587.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=17.13%
G=53.39%
B=29.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43134740.6800.450.47140.4451.4134.71
Hex2B864A4402D2F8c3323
Octal53206112104055572146343
Binary1010111000011010010101000100010110110111110001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B864A; }

 p { color: rgb(43,134,74); }

 H1.HeaderClassName
 {
   color: #2B864A;
 }
 .AnyTagClassName
 {
   color: #2B864A;
 }
</style>
background-color css

<style>
 a { background-color: #2B864A; }

 a { background-color: rgb(43,134,74); }

 div.DivClassName
 {
   background-color: #2B864A;
 }
 .BgClassName
 {
   background-color: #2B864A;
 }
</style>
border-color css

<style>
 span { border-color: #2B864A; }

 span { border-color: rgb(43,134,74); }

 td.TdClassName
 {
   border-color: #2B864A;
 }
 .TagClassName
 {
   border-color: #2B864A;
 }
</style>