#2B8E5B

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

Shades of Sea Green #2B8E5B

Tints of Sea Green #2B8E5B

Color information

#2B8E5B (or 0x2B8E5B) is unknown color: approx Sea Green. HEX triplet: 2B, 8E and 5B. RGB value is (43,142,91). Sum of RGB (Red+Green+Blue) = 43+142+91=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E5B is #D471A4. Grayscale: #6A6A6A. Windows color (decimal): -13922725 or 6000171. OLE color: 6000171.

HSL color Cylindrical-coordinate representation of color #2B8E5B: hue angle of 149.09º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E5B is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB4314291-
CMYK0.7000.360.44
HSL149.09º53.51%36.27%-
HSV(B)149.09º69.72%55.69%-
XYZ12.5620.6113.21-
YUV106.58119.282.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=15.58%
G=51.45%
B=32.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43142910.7000.360.44149.0953.5136.27
Hex2B8E5B460242C953624
Octal53216133106044542256644
Binary1010111000111010110111000110010010010110010010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,91); }

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

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

 a { background-color: rgb(43,142,91); }

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

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

 span { border-color: rgb(43,142,91); }

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