#292D20

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

Shades of Rangoon Green #292D20

Tints of Rangoon Green #292D20

Color information

#292D20 (or 0x292D20) is unknown color: approx 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

RGB414532-
CMYK0.0900.290.82
HSL78.46º16.88%15.1%-
HSV(B)78.46º28.89%17.65%-
XYZ2.112.451.73-
YUV42.32122.17127.06-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145320.0900.290.8278.4616.8815.1
Hex292D20901D524e11f
Octal515540110351221162117
Binary101001101101100000100101110110100101001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>