Html Css Color HEX #20221C Rangoon Green

📋 copy color: '#20221C'

red 32 ◦ green 34 ◦ blue 28

#20221C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #20221C

Tints of Rangoon Green #20221C

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 value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#20221C (or 0x20221C) is known color: 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

RGB 32 34 28 -
CMYK 0.06 0 0.18 0.87
HSL 80º 0.1% 0.12% -
HSV(B) 80º 0.18% 0.13% -
XYZ 1.38 1.53 1.32 -
YUV 32.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 32 34 28 0.06 0 0.18 0.87 80 0.1 0.12
Hex 20 22 1C 6 0 12 57 50 A C
Octal 40 42 34 6 0 22 127 120 12 14
Binary 100000 100010 11100 110 0 10010 1010111 1010000 1010 1100

Color Harmonies of #20221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20221C

Black with #20221C

Text Example


Text Example

White with #20221C

Text Example


Text Example

HTML Codes & Css Web 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>