#20221C

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

Shades of Rangoon Green #20221C

Tints of Rangoon Green #20221C

Color information

#20221C (or 0x20221C) is unknown color: approx Rangoon Green. HEX triplet: 20, 22 and 1C. RGB value is (32,34,28). Sum of RGB (Red+Green+Blue) = 32+34+28=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #20221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20221C is #DFDDE3. Grayscale: #202020. Windows color (decimal): -14671332 or 1843744. OLE color: 1843744.

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

Color convert

RGB323428-
CMYK0.0600.180.87
HSL80º9.68%12.16%-
HSV(B)80º17.65%13.33%-
XYZ1.381.531.32-
YUV32.72125.34127.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3234280.0600.180.87809.6812.16
Hex20221C60125750ac
Octal40423460221271201214
Binary100000100010111001100100101010111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,34,28); }

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

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

 a { background-color: rgb(32,34,28); }

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

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

 span { border-color: rgb(32,34,28); }

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