#215638

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

Shades of Kaitoke Green #215638

Tints of Kaitoke Green #215638

Color information

#215638 (or 0x215638) is unknown color: approx Kaitoke Green. HEX triplet: 21, 56 and 38. RGB value is (33,86,56). Sum of RGB (Red+Green+Blue) = 33+86+56=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #215638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215638 is #DEA9C7. Grayscale: #424242. Windows color (decimal): -14592456 or 3692065. OLE color: 3692065.

HSL color Cylindrical-coordinate representation of color #215638: hue angle of 146.04º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215638 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB338656-
CMYK0.6200.350.66
HSL146.04º44.54%23.33%-
HSV(B)146.04º61.63%33.73%-
XYZ4.677.264.9-
YUV66.73121.94103.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=18.86%
G=49.14%
B=32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386560.6200.350.66146.0444.5423.33
Hex2156383E02342922d17
Octal4112670760431022225527
Binary1000011010110111000111110010001110000101001001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215638; }

 p { color: rgb(33,86,56); }

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

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

 a { background-color: rgb(33,86,56); }

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

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

 span { border-color: rgb(33,86,56); }

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