#20260E

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

Shades of Rangoon Green #20260E

Tints of Rangoon Green #20260E

Color information

#20260E (or 0x20260E) is unknown color: approx Rangoon Green. HEX triplet: 20, 26 and 0E. RGB value is (32,38,14). Sum of RGB (Red+Green+Blue) = 32+38+14=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #20260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260E is #DFD9F1. Grayscale: #212121. Windows color (decimal): -14670322 or 927264. OLE color: 927264.

HSL color Cylindrical-coordinate representation of color #20260E: hue angle of 75º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20260E is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB323814-
CMYK0.1600.630.85
HSL75º46.15%10.2%-
HSV(B)75º63.16%14.9%-
XYZ1.371.730.68-
YUV33.47117.01126.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 38 (15.23% from 255) = 45.24%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=38.10%
G=45.24%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238140.1600.630.857546.1510.2
Hex2026E1003F554b2ea
Octal404616200771251135612
Binary1000001001101110100000111111101010110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,38,14); }

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

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

 a { background-color: rgb(32,38,14); }

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

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

 span { border-color: rgb(32,38,14); }

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