#20582C

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

Shades of Kaitoke Green #20582C

Tints of Kaitoke Green #20582C

Color information

#20582C (or 0x20582C) is unknown color: approx Kaitoke Green. HEX triplet: 20, 58 and 2C. RGB value is (32,88,44). Sum of RGB (Red+Green+Blue) = 32+88+44=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #20582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20582C is #DFA7D3. Grayscale: #424242. Windows color (decimal): -14657492 or 2906144. OLE color: 2906144.

HSL color Cylindrical-coordinate representation of color #20582C: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20582C is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB328844-
CMYK0.6400.50.65
HSL132.86º46.67%23.53%-
HSV(B)132.86º63.64%34.51%-
XYZ4.547.473.59-
YUV66.24115.45103.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=19.51%
G=53.66%
B=26.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3288440.6400.50.65132.8646.6723.53
Hex20582C4003241852f18
Octal40130541000621012055730
Binary10000010110001011001000000011001010000011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,88,44); }

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

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

 a { background-color: rgb(32,88,44); }

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

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

 span { border-color: rgb(32,88,44); }

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