#1D2112

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

Shades of Rangoon Green #1D2112

Tints of Rangoon Green #1D2112

Color information

#1D2112 (or 0x1D2112) is unknown color: approx Rangoon Green. HEX triplet: 1D, 21 and 12. RGB value is (29,33,18). Sum of RGB (Red+Green+Blue) = 29+33+18=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2112 is #E2DEED. Grayscale: #1E1E1E. Windows color (decimal): -14868206 or 1188125. OLE color: 1188125.

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

Color convert

RGB293318-
CMYK0.1200.450.87
HSL76º29.41%10%-
HSV(B)76º45.45%12.94%-
XYZ1.161.390.78-
YUV30.09121.17127.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=36.25%
G=41.25%
B=22.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933180.1200.450.877629.4110
Hex1D2112C02D574c1da
Octal354122140551271143512
Binary11101100001100101100010110110101111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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