#219952

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

Shades of Sea Green #219952

Tints of Sea Green #219952

Color information

#219952 (or 0x219952) is unknown color: approx Sea Green. HEX triplet: 21, 99 and 52. RGB value is (33,153,82). Sum of RGB (Red+Green+Blue) = 33+153+82=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #219952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219952 is #DE66AD. Grayscale: #6D6D6D. Windows color (decimal): -14575278 or 5413153. OLE color: 5413153.

HSL color Cylindrical-coordinate representation of color #219952: hue angle of 144.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219952 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB3315382-
CMYK0.7800.460.4
HSL144.5º64.52%36.47%-
HSV(B)144.5º78.43%60%-
XYZ13.5423.7111.85-
YUV109.03112.7473.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=12.31%
G=57.09%
B=30.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33153820.7800.460.4144.564.5236.47
Hex2199524E02E28904124
Octal412311221160565022010144
Binary10000110011001101001010011100101110101000100100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219952; }

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

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

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

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

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

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

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

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