#20280A

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

Shades of Rangoon Green #20280A

Tints of Rangoon Green #20280A

Color information

#20280A (or 0x20280A) is unknown color: approx Rangoon Green. HEX triplet: 20, 28 and 0A. RGB value is (32,40,10). Sum of RGB (Red+Green+Blue) = 32+40+10=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #20280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280A is #DFD7F5. Grayscale: #222222. Windows color (decimal): -14669814 or 665632. OLE color: 665632.

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

Color convert

RGB324010-
CMYK0.2000.750.84
HSL76º60%9.8%-
HSV(B)76º75%15.69%-
XYZ1.411.850.57-
YUV34.19114.35126.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=39.02%
G=48.78%
B=12.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3240100.2000.750.8476609.8
Hex2028A1404B544c3ca
Octal4050122401131241147412
Binary10000010100010101010001001011101010010011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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