#214C38

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

Shades of County Green #214C38

Tints of County Green #214C38

Color information

#214C38 (or 0x214C38) is unknown color: approx County Green. HEX triplet: 21, 4C and 38. RGB value is (33,76,56). Sum of RGB (Red+Green+Blue) = 33+76+56=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #214C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C38 is #DEB3C7. Grayscale: #3C3C3C. Windows color (decimal): -14595016 or 3689505. OLE color: 3689505.

HSL color Cylindrical-coordinate representation of color #214C38: hue angle of 152.09º 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 #214C38 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB337656-
CMYK0.5700.260.70
HSL152.09º39.45%21.37%-
HSV(B)152.09º56.58%29.8%-
XYZ3.935.784.65-
YUV60.86125.25108.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=20%
G=46.06%
B=33.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376560.5700.260.70152.0939.4521.37
Hex214C383901A46982715
Octal4111470710321062304725
Binary100001100110011100011100101101010001101001100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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