Html Css Color HEX #292D20 Rangoon Green

📋 copy color: '#292D20'

red 41 ◦ green 45 ◦ blue 32

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

Shades of Rangoon Green #292D20

Tints of Rangoon Green #292D20

RGB

 RED value IS 41 (16.41% from 255) = 34.75%

 GREEN value IS 45 (17.97% from 255) = 38.14%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 34.75%
G = 38.14%
B = 27.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.82

RGB Variations

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

Color information

#292D20 (or 0x292D20) is known color: Rangoon Green. HEX triplet: 29, 2D and 20. RGB value is (41,45,32). Sum of RGB (Red+Green+Blue) = 41+45+32=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 45 - color contains mainly: green. Hex color #292D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D20 is #D6D2DF. Grayscale: #2A2A2A. Windows color (decimal): -14078688 or 2108713. OLE color: 2108713.

HSL color Cylindrical-coordinate representation of color #292D20: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292D20 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 45 32 -
CMYK 0.09 0 0.29 0.82
HSL 78.46º 0.17% 0.15% -
HSV(B) 78.46º 0.29% 0.18% -
XYZ 2.11 2.45 1.73 -
YUV 42.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 41 45 32 0.09 0 0.29 0.82 78.46 0.17 0.15
Hex 29 2D 20 9 0 1D 52 4E 11 F
Octal 51 55 40 11 0 35 122 116 21 17
Binary 101001 101101 100000 1001 0 11101 1010010 1001110 10001 1111

Color Harmonies of #292D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D20

Black with #292D20

Text Example


Text Example

White with #292D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292D20; }

 p { color: rgb(41,45,32); }

 H1.HeaderClassName
 {
   color: #292D20;
 }
 .AnyTagClassName
 {
   color: #292D20;
 }
</style>

background-color css

<style>
 a { background-color: #292D20; }

 a { background-color: rgb(41,45,32); }

 div.DivClassName
 {
   background-color: #292D20;
 }
 .BgClassName
 {
   background-color: #292D20;
 }
</style>

border-color css

<style>
 span { border-color: #292D20; }

 span { border-color: rgb(41,45,32); }

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