#214B32

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

Shades of Kaitoke Green #214B32

Tints of Kaitoke Green #214B32

Color information

#214B32 (or 0x214B32) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4B and 32. RGB value is (33,75,50). Sum of RGB (Red+Green+Blue) = 33+75+50=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #214B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B32 is #DEB4CD. Grayscale: #3B3B3B. Windows color (decimal): -14595278 or 3296033. OLE color: 3296033.

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

Color convert

RGB337550-
CMYK0.5600.330.71
HSL144.29º38.89%21.18%-
HSV(B)144.29º56%29.41%-
XYZ3.725.593.9-
YUV59.59122.59109.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=20.89%
G=47.47%
B=31.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375500.5600.330.71144.2938.8921.18
Hex214B323802147902715
Octal4111362700411072204725
Binary1000011001011110010111000010000110001111001000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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