#1D230D

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

Shades of Rangoon Green #1D230D

Tints of Rangoon Green #1D230D

Color information

#1D230D (or 0x1D230D) is unknown color: approx Rangoon Green. HEX triplet: 1D, 23 and 0D. RGB value is (29,35,13). Sum of RGB (Red+Green+Blue) = 29+35+13=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #1D230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D230D is #E2DCF2. Grayscale: #1E1E1E. Windows color (decimal): -14867699 or 860957. OLE color: 860957.

HSL color Cylindrical-coordinate representation of color #1D230D: hue angle of 76.36º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D230D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB293513-
CMYK0.1700.630.86
HSL76.36º45.83%9.41%-
HSV(B)76.36º62.86%13.73%-
XYZ1.181.490.61-
YUV30.7118.01126.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=37.66%
G=45.45%
B=16.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2935130.1700.630.8676.3645.839.41
Hex1D23D1103F564c2e9
Octal354315210771261145611
Binary111011000111101100010111111101011010011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,35,13); }

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

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

 a { background-color: rgb(29,35,13); }

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

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

 span { border-color: rgb(29,35,13); }

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