#215139

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

Shades of County Green #215139

Tints of County Green #215139

Color information

#215139 (or 0x215139) is unknown color: approx County Green. HEX triplet: 21, 51 and 39. RGB value is (33,81,57). Sum of RGB (Red+Green+Blue) = 33+81+57=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #215139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215139 is #DEAEC6. Grayscale: #3F3F3F. Windows color (decimal): -14593735 or 3756321. OLE color: 3756321.

HSL color Cylindrical-coordinate representation of color #215139: hue angle of 150º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215139 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB338157-
CMYK0.5900.300.68
HSL150º42.11%22.35%-
HSV(B)150º59.26%31.76%-
XYZ4.316.54.9-
YUV63.91124.1105.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=19.30%
G=47.37%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381570.5900.300.6815042.1122.35
Hex2151393B01E44962a16
Octal4112171730361042265226
Binary100001101000111100111101101111010001001001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215139; }

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

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

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

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

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

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

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

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