#214A2C

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

Shades of Kaitoke Green #214A2C

Tints of Kaitoke Green #214A2C

Color information

#214A2C (or 0x214A2C) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4A and 2C. RGB value is (33,74,44). Sum of RGB (Red+Green+Blue) = 33+74+44=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #214A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A2C is #DEB5D3. Grayscale: #3A3A3A. Windows color (decimal): -14595540 or 2902561. OLE color: 2902561.

HSL color Cylindrical-coordinate representation of color #214A2C: hue angle of 136.1º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A2C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB337444-
CMYK0.5500.410.71
HSL136.1º38.32%20.98%-
HSV(B)136.1º55.41%29.02%-
XYZ3.535.43.24-
YUV58.32119.92109.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 74 (29.30% from 255) = 49.01%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=21.85%
G=49.01%
B=29.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374440.5500.410.71136.138.3220.98
Hex214A2C3702947882615
Octal4111254670511072104625
Binary1000011001010101100110111010100110001111000100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,44); }

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

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

 a { background-color: rgb(33,74,44); }

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

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

 span { border-color: rgb(33,74,44); }

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