#219442

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

Shades of Sea Green #219442

Tints of Sea Green #219442

Color information

#219442 (or 0x219442) is unknown color: approx Sea Green. HEX triplet: 21, 94 and 42. RGB value is (33,148,66). Sum of RGB (Red+Green+Blue) = 33+148+66=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #219442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219442 is #DE6BBD. Grayscale: #686868. Windows color (decimal): -14576574 or 4363297. OLE color: 4363297.

HSL color Cylindrical-coordinate representation of color #219442: hue angle of 137.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219442 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB3314866-
CMYK0.7800.550.42
HSL137.22º63.54%35.49%-
HSV(B)137.22º77.7%58.04%-
XYZ12.221.98.74-
YUV104.27106.477.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=13.36%
G=59.92%
B=26.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33148660.7800.550.42137.2263.5435.49
Hex2194424E0372A894023
Octal412241021160675221110043
Binary10000110010100100001010011100110111101010100010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219442; }

 p { color: rgb(33,148,66); }

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

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

 a { background-color: rgb(33,148,66); }

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

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

 span { border-color: rgb(33,148,66); }

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