#20211E

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

Shades of Rangoon Green #20211E

Tints of Rangoon Green #20211E

Color information

#20211E (or 0x20211E) is unknown color: approx Rangoon Green. HEX triplet: 20, 21 and 1E. RGB value is (32,33,30). Sum of RGB (Red+Green+Blue) = 32+33+30=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 33 - color contains mainly: green. Hex color #20211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211E is #DFDEE1. Grayscale: #202020. Windows color (decimal): -14671586 or 1974560. OLE color: 1974560.

HSL color Cylindrical-coordinate representation of color #20211E: hue angle of 80º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #20211E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB323330-
CMYK0.0300.090.87
HSL80º4.76%12.35%-
HSV(B)80º9.09%12.94%-
XYZ1.371.491.44-
YUV32.36126.67127.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=33.68%
G=34.74%
B=31.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233300.0300.090.87804.7612.35
Hex20211E30957505c
Octal4041363011127120514
Binary100000100001111101101001101011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,33,30); }

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

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

 a { background-color: rgb(32,33,30); }

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

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

 span { border-color: rgb(32,33,30); }

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