#219F46

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

Shades of Sea Green #219F46

Tints of Sea Green #219F46

Color information

#219F46 (or 0x219F46) is unknown color: approx Sea Green. HEX triplet: 21, 9F and 46. RGB value is (33,159,70). Sum of RGB (Red+Green+Blue) = 33+159+70=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #219F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219F46 is #DE60B9. Grayscale: #6F6F6F. Windows color (decimal): -14573754 or 4628257. OLE color: 4628257.

HSL color Cylindrical-coordinate representation of color #219F46: hue angle of 137.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F46 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB3315970-
CMYK0.7900.560.38
HSL137.62º65.62%37.65%-
HSV(B)137.62º79.25%62.35%-
XYZ14.1325.569.98-
YUV111.18104.7672.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 159 (62.5% from 255) = 60.69%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=12.60%
G=60.69%
B=26.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33159700.7900.560.38137.6265.6237.65
Hex219F464F038268a4226
Octal412371061170704621210246
Binary10000110011111100011010011110111000100110100010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219F46; }

 p { color: rgb(33,159,70); }

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

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

 a { background-color: rgb(33,159,70); }

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

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

 span { border-color: rgb(33,159,70); }

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