#21572C

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

Shades of Kaitoke Green #21572C

Tints of Kaitoke Green #21572C

Color information

#21572C (or 0x21572C) is unknown color: approx Kaitoke Green. HEX triplet: 21, 57 and 2C. RGB value is (33,87,44). Sum of RGB (Red+Green+Blue) = 33+87+44=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #21572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21572C is #DEA8D3. Grayscale: #424242. Windows color (decimal): -14592212 or 2905889. OLE color: 2905889.

HSL color Cylindrical-coordinate representation of color #21572C: hue angle of 132.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21572C is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB338744-
CMYK0.6200.490.66
HSL132.22º45%23.53%-
HSV(B)132.22º62.07%34.12%-
XYZ4.497.323.56-
YUV65.95115.61104.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=20.12%
G=53.05%
B=26.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387440.6200.490.66132.224523.53
Hex21572C3E03142842d18
Octal4112754760611022045530
Binary1000011010111101100111110011000110000101000010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21572C; }

 p { color: rgb(33,87,44); }

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

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

 a { background-color: rgb(33,87,44); }

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

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

 span { border-color: rgb(33,87,44); }

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