#214C31

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

Shades of Kaitoke Green #214C31

Tints of Kaitoke Green #214C31

Color information

#214C31 (or 0x214C31) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4C and 31. RGB value is (33,76,49). Sum of RGB (Red+Green+Blue) = 33+76+49=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #214C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C31 is #DEB3CE. Grayscale: #3C3C3C. Windows color (decimal): -14595023 or 3230753. OLE color: 3230753.

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

Color convert

RGB337649-
CMYK0.5700.360.70
HSL142.33º39.45%21.37%-
HSV(B)142.33º56.58%29.8%-
XYZ3.775.713.81-
YUV60.06121.75108.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=20.89%
G=48.10%
B=31.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376490.5700.360.70142.3339.4521.37
Hex214C3139024468e2715
Octal4111461710441062164725
Binary1000011001100110001111001010010010001101000111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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