Html Css Color HEX #214C37 County Green

📋 copy color: '#214C37'

red 33 ◦ green 76 ◦ blue 55

#214C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #214C37

Tints of County Green #214C37

RGB

 RED value IS 33 (13.28% from 255) = 20.12%

 GREEN value IS 76 (30.08% from 255) = 46.34%

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 20.12%
G = 46.34%
B = 33.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#214C37 (or 0x214C37) is known color: County Green. HEX triplet: 21, 4C and 37. RGB value is (33,76,55). Sum of RGB (Red+Green+Blue) = 33+76+55=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #214C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C37 is #DEB3C8. Grayscale: #3C3C3C. Windows color (decimal): -14595017 or 3623969. OLE color: 3623969.

HSL color Cylindrical-coordinate representation of color #214C37: hue angle of 150.7º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C37 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 76 55 -
CMYK 0.57 0 0.28 0.70
HSL 150.7º 0.39% 0.21% -
HSV(B) 150.7º 0.57% 0.3% -
XYZ 3.9 5.77 4.52 -
YUV 60.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 33 76 55 0.57 0 0.28 0.70 150.7 0.39 0.21
Hex 21 4C 37 39 0 1C 46 97 27 15
Octal 41 114 67 71 0 34 106 227 47 25
Binary 100001 1001100 110111 111001 0 11100 1000110 10010111 100111 10101

Color Harmonies of #214C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C37

Black with #214C37

Text Example


Text Example

White with #214C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,55); }

 H1.HeaderClassName
 {
   color: #214C37;
 }
 .AnyTagClassName
 {
   color: #214C37;
 }
</style>

background-color css

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

 a { background-color: rgb(33,76,55); }

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

border-color css

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

 span { border-color: rgb(33,76,55); }

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