#214D33

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

Shades of Kaitoke Green #214D33

Tints of Kaitoke Green #214D33

Color information

#214D33 (or 0x214D33) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4D and 33. RGB value is (33,77,51). Sum of RGB (Red+Green+Blue) = 33+77+51=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #214D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D33 is #DEB2CC. Grayscale: #3C3C3C. Windows color (decimal): -14594765 or 3362081. OLE color: 3362081.

HSL color Cylindrical-coordinate representation of color #214D33: hue angle of 144.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D33 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB337751-
CMYK0.5700.340.70
HSL144.55º40%21.57%-
HSV(B)144.55º57.14%30.2%-
XYZ3.885.874.06-
YUV60.88122.42108.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=20.50%
G=47.83%
B=31.68%

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
Decimal3377510.5700.340.70144.554021.57
Hex214D333902246912816
Octal4111563710421062215026
Binary1000011001101110011111001010001010001101001000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,77,51); }

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

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

 a { background-color: rgb(33,77,51); }

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

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

 span { border-color: rgb(33,77,51); }

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