#214E36

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

Shades of Kaitoke Green #214E36

Tints of Kaitoke Green #214E36

Color information

#214E36 (or 0x214E36) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4E and 36. RGB value is (33,78,54). Sum of RGB (Red+Green+Blue) = 33+78+54=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #214E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E36 is #DEB1C9. Grayscale: #3D3D3D. Windows color (decimal): -14594506 or 3558945. OLE color: 3558945.

HSL color Cylindrical-coordinate representation of color #214E36: hue angle of 148º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E36 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB337854-
CMYK0.5800.310.69
HSL148º40.54%21.76%-
HSV(B)148º57.69%30.59%-
XYZ4.026.044.44-
YUV61.81123.59107.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=20%
G=47.27%
B=32.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378540.5800.310.6914840.5421.76
Hex214E363A01F45942916
Octal4111666720371052245126
Binary100001100111011011011101001111110001011001010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,54); }

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

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

 a { background-color: rgb(33,78,54); }

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

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

 span { border-color: rgb(33,78,54); }

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