#214F39

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

Shades of County Green #214F39

Tints of County Green #214F39

Color information

#214F39 (or 0x214F39) is unknown color: approx County Green. HEX triplet: 21, 4F and 39. RGB value is (33,79,57). Sum of RGB (Red+Green+Blue) = 33+79+57=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #214F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F39 is #DEB0C6. Grayscale: #3E3E3E. Windows color (decimal): -14594247 or 3755809. OLE color: 3755809.

HSL color Cylindrical-coordinate representation of color #214F39: hue angle of 151.3º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F39 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB337957-
CMYK0.5800.280.69
HSL151.3º41.07%21.96%-
HSV(B)151.3º58.23%30.98%-
XYZ4.166.214.85-
YUV62.74124.76106.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=19.53%
G=46.75%
B=33.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379570.5800.280.69151.341.0721.96
Hex214F393A01C45972916
Octal4111771720341052275126
Binary100001100111111100111101001110010001011001011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F39; }

 p { color: rgb(33,79,57); }

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

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

 a { background-color: rgb(33,79,57); }

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

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

 span { border-color: rgb(33,79,57); }

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