#1D2113

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

Shades of Rangoon Green #1D2113

Tints of Rangoon Green #1D2113

Color information

#1D2113 (or 0x1D2113) is unknown color: approx Rangoon Green. HEX triplet: 1D, 21 and 13. RGB value is (29,33,19). Sum of RGB (Red+Green+Blue) = 29+33+19=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2113 is #E2DEEC. Grayscale: #1E1E1E. Windows color (decimal): -14868205 or 1253661. OLE color: 1253661.

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

Color convert

RGB293319-
CMYK0.1200.420.87
HSL77.14º26.92%10.2%-
HSV(B)77.14º42.42%12.94%-
XYZ1.171.40.82-
YUV30.21121.67127.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=35.80%
G=40.74%
B=23.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933190.1200.420.8777.1426.9210.2
Hex1D2113C02A574d1ba
Octal354123140521271153312
Binary11101100001100111100010101010101111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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