#20211D

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

Shades of Rangoon Green #20211D

Tints of Rangoon Green #20211D

Color information

#20211D (or 0x20211D) is unknown color: approx Rangoon Green. HEX triplet: 20, 21 and 1D. RGB value is (32,33,29). Sum of RGB (Red+Green+Blue) = 32+33+29=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 33 - color contains mainly: green. Hex color #20211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211D is #DFDEE2. Grayscale: #202020. Windows color (decimal): -14671587 or 1909024. OLE color: 1909024.

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

Color convert

RGB323329-
CMYK0.0300.120.87
HSL75º6.45%12.16%-
HSV(B)75º12.12%12.94%-
XYZ1.361.481.38-
YUV32.24126.17127.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=34.04%
G=35.11%
B=30.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233290.0300.120.87756.4512.16
Hex20211D30C574b6c
Octal4041353014127113614
Binary100000100001111011101100101011110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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