#239B52

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

Shades of Sea Green #239B52

Tints of Sea Green #239B52

Color information

#239B52 (or 0x239B52) is unknown color: approx Sea Green. HEX triplet: 23, 9B and 52. RGB value is (35,155,82). Sum of RGB (Red+Green+Blue) = 35+155+82=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #239B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B52 is #DC64AD. Grayscale: #6E6E6E. Windows color (decimal): -14443694 or 5413667. OLE color: 5413667.

HSL color Cylindrical-coordinate representation of color #239B52: hue angle of 143.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B52 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB3515582-
CMYK0.7700.470.39
HSL143.5º63.16%37.25%-
HSV(B)143.5º77.42%60.78%-
XYZ13.9424.4111.96-
YUV110.8111.7473.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.87%
GREEN value IS 155 (60.94% from 255) = 56.99%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=12.87%
G=56.99%
B=30.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35155820.7700.470.39143.563.1637.25
Hex239B524D02F27903f25
Octal43233122115057472207745
Binary1000111001101110100101001101010111110011110010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239B52; }

 p { color: rgb(35,155,82); }

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

<style>
 a { background-color: #239B52; }

 a { background-color: rgb(35,155,82); }

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

<style>
 span { border-color: #239B52; }

 span { border-color: rgb(35,155,82); }

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