#21552D

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

Shades of Kaitoke Green #21552D

Tints of Kaitoke Green #21552D

Color information

#21552D (or 0x21552D) is unknown color: approx Kaitoke Green. HEX triplet: 21, 55 and 2D. RGB value is (33,85,45). Sum of RGB (Red+Green+Blue) = 33+85+45=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #21552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21552D is #DEAAD2. Grayscale: #414141. Windows color (decimal): -14592723 or 2970913. OLE color: 2970913.

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

Color convert

RGB338545-
CMYK0.6100.470.67
HSL133.85º44.07%23.14%-
HSV(B)133.85º61.18%33.33%-
XYZ4.357.013.61-
YUV64.89116.77105.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=20.25%
G=52.15%
B=27.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385450.6100.470.67133.8544.0723.14
Hex21552D3D02F43862c17
Octal4112555750571032065427
Binary1000011010101101101111101010111110000111000011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21552D; }

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

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

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

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

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

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

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

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