#1D2211

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

Shades of Rangoon Green #1D2211

Tints of Rangoon Green #1D2211

Color information

#1D2211 (or 0x1D2211) is unknown color: approx Rangoon Green. HEX triplet: 1D, 22 and 11. RGB value is (29,34,17). Sum of RGB (Red+Green+Blue) = 29+34+17=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2211 is #E2DDEE. Grayscale: #1E1E1E. Windows color (decimal): -14867951 or 1122845. OLE color: 1122845.

HSL color Cylindrical-coordinate representation of color #1D2211: hue angle of 77.65º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D2211 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB293417-
CMYK0.1500.500.87
HSL77.65º33.33%10%-
HSV(B)77.65º50%13.33%-
XYZ1.181.450.75-
YUV30.57120.34126.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 34 (13.67% from 255) = 42.5%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=36.25%
G=42.5%
B=21.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934170.1500.500.8777.6533.3310
Hex1D2211F032574e21a
Octal354221170621271164112
Binary111011000101000111110110010101011110011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2211; }

 p { color: rgb(29,34,17); }

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

<style>
 a { background-color: #1D2211; }

 a { background-color: rgb(29,34,17); }

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

<style>
 span { border-color: #1D2211; }

 span { border-color: rgb(29,34,17); }

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