#1D2111

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

Shades of Rangoon Green #1D2111

Tints of Rangoon Green #1D2111

Color information

#1D2111 (or 0x1D2111) is unknown color: approx Rangoon Green. HEX triplet: 1D, 21 and 11. RGB value is (29,33,17). Sum of RGB (Red+Green+Blue) = 29+33+17=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2111 is #E2DEEE. Grayscale: #1E1E1E. Windows color (decimal): -14868207 or 1122589. OLE color: 1122589.

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

Color convert

RGB293317-
CMYK0.1200.480.87
HSL75º32%9.8%-
HSV(B)75º48.48%12.94%-
XYZ1.151.390.74-
YUV29.98120.67127.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=36.71%
G=41.77%
B=21.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933170.1200.480.8775329.8
Hex1D2111C030574b20a
Octal354121140601271134012
Binary111011000011000111000110000101011110010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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