#20532A

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

Shades of Kaitoke Green #20532A

Tints of Kaitoke Green #20532A

Color information

#20532A (or 0x20532A) is unknown color: approx Kaitoke Green. HEX triplet: 20, 53 and 2A. RGB value is (32,83,42). Sum of RGB (Red+Green+Blue) = 32+83+42=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #20532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20532A is #DFACD5. Grayscale: #3F3F3F. Windows color (decimal): -14658774 or 2773792. OLE color: 2773792.

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

Color convert

RGB328342-
CMYK0.6100.490.67
HSL131.76º44.35%22.55%-
HSV(B)131.76º61.45%32.55%-
XYZ4.116.663.26-
YUV63.08116.1105.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=20.38%
G=52.87%
B=26.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283420.6100.490.67131.7644.3522.55
Hex20532A3D03143842c17
Octal4012352750611032045427
Binary1000001010011101010111101011000110000111000010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20532A; }

 p { color: rgb(32,83,42); }

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

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

 a { background-color: rgb(32,83,42); }

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

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

 span { border-color: rgb(32,83,42); }

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