#1D2408

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

Shades of Rangoon Green #1D2408

Tints of Rangoon Green #1D2408

Color information

#1D2408 (or 0x1D2408) is unknown color: approx Rangoon Green. HEX triplet: 1D, 24 and 08. RGB value is (29,36,8). Sum of RGB (Red+Green+Blue) = 29+36+8=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2408 is #E2DBF7. Grayscale: #1E1E1E. Windows color (decimal): -14867448 or 533533. OLE color: 533533.

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

Color convert

RGB29368-
CMYK0.1900.780.86
HSL75º63.64%8.63%-
HSV(B)75º77.78%14.12%-
XYZ1.181.540.46-
YUV30.71115.18126.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=39.73%
G=49.32%
B=10.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal293680.1900.780.867563.648.63
Hex1D2481304E564b409
Octal35441023011612611310011
Binary11101100100100010011010011101010110100101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,8); }

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

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

 a { background-color: rgb(29,36,8); }

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

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

 span { border-color: rgb(29,36,8); }

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