#20502E

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

Shades of Kaitoke Green #20502E

Tints of Kaitoke Green #20502E

Color information

#20502E (or 0x20502E) is unknown color: approx Kaitoke Green. HEX triplet: 20, 50 and 2E. RGB value is (32,80,46). Sum of RGB (Red+Green+Blue) = 32+80+46=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #20502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20502E is #DFAFD1. Grayscale: #3D3D3D. Windows color (decimal): -14659538 or 3035168. OLE color: 3035168.

HSL color Cylindrical-coordinate representation of color #20502E: hue angle of 137.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20502E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB328046-
CMYK0.6000.420.69
HSL137.5º42.86%21.96%-
HSV(B)137.5º60%31.37%-
XYZ3.966.243.58-
YUV61.77119.1106.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=20.25%
G=50.63%
B=29.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280460.6000.420.69137.542.8621.96
Hex20502E3C02A458a2b16
Octal4012056740521052125326
Binary1000001010000101110111100010101010001011000101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20502E; }

 p { color: rgb(32,80,46); }

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

<style>
 a { background-color: #20502E; }

 a { background-color: rgb(32,80,46); }

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

<style>
 span { border-color: #20502E; }

 span { border-color: rgb(32,80,46); }

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