#215535

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

Shades of Kaitoke Green #215535

Tints of Kaitoke Green #215535

Color information

#215535 (or 0x215535) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 35. RGB value is (33,85,53). Sum of RGB (Red+Green+Blue) = 33+85+53=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #215535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215535 is #DEAACA. Grayscale: #414141. Windows color (decimal): -14592715 or 3495201. OLE color: 3495201.

HSL color Cylindrical-coordinate representation of color #215535: hue angle of 143.08º 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 #215535 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB338553-
CMYK0.6100.380.67
HSL143.08º44.07%23.14%-
HSV(B)143.08º61.18%33.33%-
XYZ4.527.084.5-
YUV65.8120.77104.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=19.30%
G=49.71%
B=30.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385530.6100.380.67143.0844.0723.14
Hex2155353D026438f2c17
Octal4112565750461032175427
Binary1000011010101110101111101010011010000111000111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215535; }

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

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

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

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

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

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

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

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