#20572B

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

Shades of Kaitoke Green #20572B

Tints of Kaitoke Green #20572B

Color information

#20572B (or 0x20572B) is unknown color: approx Kaitoke Green. HEX triplet: 20, 57 and 2B. RGB value is (32,87,43). Sum of RGB (Red+Green+Blue) = 32+87+43=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #20572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20572B is #DFA8D4. Grayscale: #414141. Windows color (decimal): -14657749 or 2840352. OLE color: 2840352.

HSL color Cylindrical-coordinate representation of color #20572B: hue angle of 132º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20572B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB328743-
CMYK0.6300.510.66
HSL132º46.22%23.33%-
HSV(B)132º63.22%34.12%-
XYZ4.447.33.46-
YUV65.54115.28104.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 87 (34.38% from 255) = 53.70%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=19.75%
G=53.70%
B=26.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3287430.6300.510.6613246.2223.33
Hex20572B3F03342842e17
Octal4012753770631022045627
Binary1000001010111101011111111011001110000101000010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20572B; }

 p { color: rgb(32,87,43); }

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

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

 a { background-color: rgb(32,87,43); }

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

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

 span { border-color: rgb(32,87,43); }

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