#2B9952

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

Shades of Sea Green #2B9952

Tints of Sea Green #2B9952

Color information

#2B9952 (or 0x2B9952) is unknown color: approx Sea Green. HEX triplet: 2B, 99 and 52. RGB value is (43,153,82). Sum of RGB (Red+Green+Blue) = 43+153+82=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9952 is #D466AD. Grayscale: #707070. Windows color (decimal): -13919918 or 5413163. OLE color: 5413163.

HSL color Cylindrical-coordinate representation of color #2B9952: hue angle of 141.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9952 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB4315382-
CMYK0.7200.460.4
HSL141.27º56.12%38.43%-
HSV(B)141.27º71.9%60%-
XYZ13.9123.9111.86-
YUV112.02111.0678.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=15.47%
G=55.04%
B=29.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153820.7200.460.4141.2756.1238.43
Hex2B99524802E288d3826
Octal53231122110056502157046
Binary1010111001100110100101001000010111010100010001101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,153,82); }

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

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

 a { background-color: rgb(43,153,82); }

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

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

 span { border-color: rgb(43,153,82); }

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