#2B8060

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

Shades of Sea Green #2B8060

Tints of Sea Green #2B8060

Color information

#2B8060 (or 0x2B8060) is unknown color: approx Sea Green. HEX triplet: 2B, 80 and 60. RGB value is (43,128,96). Sum of RGB (Red+Green+Blue) = 43+128+96=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8060 is #D47F9F. Grayscale: #626262. Windows color (decimal): -13926304 or 6324267. OLE color: 6324267.

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

Color convert

RGB4312896-
CMYK0.6600.250.50
HSL157.41º49.71%33.53%-
HSV(B)157.41º66.41%50.2%-
XYZ10.8316.813.74-
YUV98.94126.3488.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=16.10%
G=47.94%
B=35.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43128960.6600.250.50157.4149.7133.53
Hex2B806042019329d3222
Octal53200140102031622356242
Binary101011100000001100000100001001100111001010011101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,96); }

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

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

 a { background-color: rgb(43,128,96); }

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

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

 span { border-color: rgb(43,128,96); }

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