#215E37

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

Shades of Kaitoke Green #215E37

Tints of Kaitoke Green #215E37

Color information

#215E37 (or 0x215E37) is unknown color: approx Kaitoke Green. HEX triplet: 21, 5E and 37. RGB value is (33,94,55). Sum of RGB (Red+Green+Blue) = 33+94+55=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #215E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E37 is #DEA1C8. Grayscale: #474747. Windows color (decimal): -14590409 or 3628577. OLE color: 3628577.

HSL color Cylindrical-coordinate representation of color #215E37: hue angle of 141.64º 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 #215E37 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB339455-
CMYK0.6500.410.63
HSL141.64º48.03%24.9%-
HSV(B)141.64º64.89%36.86%-
XYZ5.328.64.99-
YUV71.32118.79100.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=18.13%
G=51.65%
B=30.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394550.6500.410.63141.6448.0324.9
Hex215E37410293F8e3019
Octal4113667101051772166031
Binary1000011011110110111100000101010011111111000111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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