#215537

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

Shades of Kaitoke Green #215537

Tints of Kaitoke Green #215537

Color information

#215537 (or 0x215537) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 37. RGB value is (33,85,55). Sum of RGB (Red+Green+Blue) = 33+85+55=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #215537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215537 is #DEAAC8. Grayscale: #424242. Windows color (decimal): -14592713 or 3626273. OLE color: 3626273.

HSL color Cylindrical-coordinate representation of color #215537: hue angle of 145.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215537 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB338555-
CMYK0.6100.350.67
HSL145.38º44.07%23.14%-
HSV(B)145.38º61.18%33.33%-
XYZ4.577.14.74-
YUV66.03121.77104.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=19.08%
G=49.13%
B=31.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385550.6100.350.67145.3844.0723.14
Hex2155373D02343912c17
Octal4112567750431032215427
Binary1000011010101110111111101010001110000111001000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215537; }

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

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

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

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

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

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

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

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