#2B8D61

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

Shades of Sea Green #2B8D61

Tints of Sea Green #2B8D61

Color information

#2B8D61 (or 0x2B8D61) is unknown color: approx Sea Green. HEX triplet: 2B, 8D and 61. RGB value is (43,141,97). Sum of RGB (Red+Green+Blue) = 43+141+97=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D61 is #D4729E. Grayscale: #6A6A6A. Windows color (decimal): -13922975 or 6393131. OLE color: 6393131.

HSL color Cylindrical-coordinate representation of color #2B8D61: hue angle of 153.06º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D61 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4314197-
CMYK0.7000.310.45
HSL153.06º53.26%36.08%-
HSV(B)153.06º69.5%55.29%-
XYZ12.6820.4314.58-
YUV106.68122.5382.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=15.30%
G=50.18%
B=34.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43141970.7000.310.45153.0653.2636.08
Hex2B8D614601F2D993524
Octal53215141106037552316544
Binary101011100011011100001100011001111110110110011001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,97); }

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

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

 a { background-color: rgb(43,141,97); }

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

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

 span { border-color: rgb(43,141,97); }

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