#214C32

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

Shades of Kaitoke Green #214C32

Tints of Kaitoke Green #214C32

Color information

#214C32 (or 0x214C32) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4C and 32. RGB value is (33,76,50). Sum of RGB (Red+Green+Blue) = 33+76+50=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #214C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C32 is #DEB3CD. Grayscale: #3C3C3C. Windows color (decimal): -14595022 or 3296289. OLE color: 3296289.

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

Color convert

RGB337650-
CMYK0.5700.340.70
HSL143.72º39.45%21.37%-
HSV(B)143.72º56.58%29.8%-
XYZ3.795.723.92-
YUV60.18122.25108.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 76 (30.08% from 255) = 47.80%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=20.75%
G=47.80%
B=31.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376500.5700.340.70143.7239.4521.37
Hex214C323902246902715
Octal4111462710421062204725
Binary1000011001100110010111001010001010001101001000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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