#215533

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

Shades of Kaitoke Green #215533

Tints of Kaitoke Green #215533

Color information

#215533 (or 0x215533) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 33. RGB value is (33,85,51). Sum of RGB (Red+Green+Blue) = 33+85+51=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #215533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215533 is #DEAACC. Grayscale: #414141. Windows color (decimal): -14592717 or 3364129. OLE color: 3364129.

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

Color convert

RGB338551-
CMYK0.6100.400.67
HSL140.77º44.07%23.14%-
HSV(B)140.77º61.18%33.33%-
XYZ4.477.064.26-
YUV65.58119.77104.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=19.53%
G=50.30%
B=30.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385510.6100.400.67140.7744.0723.14
Hex2155333D028438d2c17
Octal4112563750501032155427
Binary1000011010101110011111101010100010000111000110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215533; }

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

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

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

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

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

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

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

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