#20592F

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

Shades of Kaitoke Green #20592F

Tints of Kaitoke Green #20592F

Color information

#20592F (or 0x20592F) is unknown color: approx Kaitoke Green. HEX triplet: 20, 59 and 2F. RGB value is (32,89,47). Sum of RGB (Red+Green+Blue) = 32+89+47=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #20592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20592F is #DFA6D0. Grayscale: #434343. Windows color (decimal): -14657233 or 3103008. OLE color: 3103008.

HSL color Cylindrical-coordinate representation of color #20592F: hue angle of 135.79º 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 #20592F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB328947-
CMYK0.6400.470.65
HSL135.79º47.11%23.73%-
HSV(B)135.79º64.04%34.9%-
XYZ4.687.663.92-
YUV67.17116.62102.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=19.05%
G=52.98%
B=27.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3289470.6400.470.65135.7947.1123.73
Hex20592F4002F41882f18
Octal40131571000571012105730
Binary10000010110011011111000000010111110000011000100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20592F; }

 p { color: rgb(32,89,47); }

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

<style>
 a { background-color: #20592F; }

 a { background-color: rgb(32,89,47); }

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

<style>
 span { border-color: #20592F; }

 span { border-color: rgb(32,89,47); }

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