#215D37

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

Shades of Kaitoke Green #215D37

Tints of Kaitoke Green #215D37

Color information

#215D37 (or 0x215D37) is unknown color: approx Kaitoke Green. HEX triplet: 21, 5D and 37. RGB value is (33,93,55). Sum of RGB (Red+Green+Blue) = 33+93+55=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #215D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D37 is #DEA2C8. Grayscale: #464646. Windows color (decimal): -14590665 or 3628321. OLE color: 3628321.

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

Color convert

RGB339355-
CMYK0.6500.410.64
HSL142º47.62%24.71%-
HSV(B)142º64.52%36.47%-
XYZ5.238.434.97-
YUV70.73119.12101.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 93 (36.72% from 255) = 51.38%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=18.23%
G=51.38%
B=30.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393550.6500.410.6414247.6224.71
Hex215D3741029408e3019
Octal41135671010511002166031
Binary10000110111011101111000001010100110000001000111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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