#215E39

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

Shades of Kaitoke Green #215E39

Tints of Kaitoke Green #215E39

Color information

#215E39 (or 0x215E39) is unknown color: approx Kaitoke Green. HEX triplet: 21, 5E and 39. RGB value is (33,94,57). Sum of RGB (Red+Green+Blue) = 33+94+57=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #215E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E39 is #DEA1C6. Grayscale: #474747. Windows color (decimal): -14590407 or 3759649. OLE color: 3759649.

HSL color Cylindrical-coordinate representation of color #215E39: hue angle of 143.61º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E39 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB339457-
CMYK0.6500.390.63
HSL143.61º48.03%24.9%-
HSV(B)143.61º64.89%36.86%-
XYZ5.378.625.25-
YUV71.54119.79100.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 94 (37.11% from 255) = 51.09%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=17.93%
G=51.09%
B=30.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394570.6500.390.63143.6148.0324.9
Hex215E39410273F903019
Octal4113671101047772206031
Binary1000011011110111001100000101001111111111001000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215E39; }

 p { color: rgb(33,94,57); }

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

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

 a { background-color: rgb(33,94,57); }

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

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

 span { border-color: rgb(33,94,57); }

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