#2B8256

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

Shades of Sea Green #2B8256

Tints of Sea Green #2B8256

Color information

#2B8256 (or 0x2B8256) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 56. RGB value is (43,130,86). Sum of RGB (Red+Green+Blue) = 43+130+86=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8256 is #D47DA9. Grayscale: #636363. Windows color (decimal): -13925802 or 5669419. OLE color: 5669419.

HSL color Cylindrical-coordinate representation of color #2B8256: hue angle of 149.66º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8256 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB4313086-
CMYK0.6700.340.49
HSL149.66º50.29%33.92%-
HSV(B)149.66º66.92%50.98%-
XYZ10.6617.1511.55-
YUV98.97120.6888.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=16.60%
G=50.19%
B=33.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130860.6700.340.49149.6650.2933.92
Hex2B82564302231963222
Octal53202126103042612266242
Binary1010111000001010101101000011010001011000110010110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,86); }

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

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

 a { background-color: rgb(43,130,86); }

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

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

 span { border-color: rgb(43,130,86); }

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