#20280C

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

Shades of Rangoon Green #20280C

Tints of Rangoon Green #20280C

Color information

#20280C (or 0x20280C) is unknown color: approx Rangoon Green. HEX triplet: 20, 28 and 0C. RGB value is (32,40,12). Sum of RGB (Red+Green+Blue) = 32+40+12=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #20280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280C is #DFD7F3. Grayscale: #222222. Windows color (decimal): -14669812 or 796704. OLE color: 796704.

HSL color Cylindrical-coordinate representation of color #20280C: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20280C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB324012-
CMYK0.2000.700.84
HSL77.14º53.85%10.2%-
HSV(B)77.14º70%15.69%-
XYZ1.421.850.63-
YUV34.42115.35126.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=38.10%
G=47.62%
B=14.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3240120.2000.700.8477.1453.8510.2
Hex2028C14046544d36a
Octal4050142401061241156612
Binary10000010100011001010001000110101010010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,40,12); }

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

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

 a { background-color: rgb(32,40,12); }

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

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

 span { border-color: rgb(32,40,12); }

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