#20582B

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

Shades of Kaitoke Green #20582B

Tints of Kaitoke Green #20582B

Color information

#20582B (or 0x20582B) is unknown color: approx Kaitoke Green. HEX triplet: 20, 58 and 2B. RGB value is (32,88,43). Sum of RGB (Red+Green+Blue) = 32+88+43=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #20582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20582B is #DFA7D4. Grayscale: #424242. Windows color (decimal): -14657493 or 2840608. OLE color: 2840608.

HSL color Cylindrical-coordinate representation of color #20582B: hue angle of 131.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 #20582B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB328843-
CMYK0.6400.510.65
HSL131.79º46.67%23.53%-
HSV(B)131.79º63.64%34.51%-
XYZ4.527.463.49-
YUV66.13114.95103.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 88 (34.77% from 255) = 53.99%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=19.63%
G=53.99%
B=26.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3288430.6400.510.65131.7946.6723.53
Hex20582B4003341842f18
Octal40130531000631012045730
Binary10000010110001010111000000011001110000011000010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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