#214E3B

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

Shades of County Green #214E3B

Tints of County Green #214E3B

Color information

#214E3B (or 0x214E3B) is unknown color: approx County Green. HEX triplet: 21, 4E and 3B. RGB value is (33,78,59). Sum of RGB (Red+Green+Blue) = 33+78+59=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #214E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E3B is #DEB1C4. Grayscale: #3E3E3E. Windows color (decimal): -14594501 or 3886625. OLE color: 3886625.

HSL color Cylindrical-coordinate representation of color #214E3B: hue angle of 154.67º 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 #214E3B is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB337859-
CMYK0.5800.240.69
HSL154.67º40.54%21.76%-
HSV(B)154.67º57.69%30.59%-
XYZ4.146.095.09-
YUV62.38126.09107.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=19.41%
G=45.88%
B=34.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378590.5800.240.69154.6740.5421.76
Hex214E3B3A018459b2916
Octal4111673720301052335126
Binary100001100111011101111101001100010001011001101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,59); }

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

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

 a { background-color: rgb(33,78,59); }

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

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

 span { border-color: rgb(33,78,59); }

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