#1D2110

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

Shades of Rangoon Green #1D2110

Tints of Rangoon Green #1D2110

Color information

#1D2110 (or 0x1D2110) is unknown color: approx Rangoon Green. HEX triplet: 1D, 21 and 10. RGB value is (29,33,16). Sum of RGB (Red+Green+Blue) = 29+33+16=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2110 is #E2DEEF. Grayscale: #1D1D1D. Windows color (decimal): -14868208 or 1057053. OLE color: 1057053.

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

Color convert

RGB293316-
CMYK0.1200.520.87
HSL74.12º34.69%9.61%-
HSV(B)74.12º51.52%12.94%-
XYZ1.141.390.7-
YUV29.87120.17127.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=37.18%
G=42.31%
B=20.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933160.1200.520.8774.1234.699.61
Hex1D2110C034574a23a
Octal354120140641271124312
Binary111011000011000011000110100101011110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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