#1D1E1A

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

Shades of Rangoon Green #1D1E1A

Tints of Rangoon Green #1D1E1A

Color information

#1D1E1A (or 0x1D1E1A) is unknown color: approx Rangoon Green. HEX triplet: 1D, 1E and 1A. RGB value is (29,30,26). Sum of RGB (Red+Green+Blue) = 29+30+26=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E1A is #E2E1E5. Grayscale: #1D1D1D. Windows color (decimal): -14868966 or 1711645. OLE color: 1711645.

HSL color Cylindrical-coordinate representation of color #1D1E1A: hue angle of 75º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1D1E1A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB293026-
CMYK0.0300.130.88
HSL75º7.14%10.98%-
HSV(B)75º13.33%11.76%-
XYZ1.161.261.16-
YUV29.24126.17127.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=34.12%
G=35.29%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930260.0300.130.88757.1410.98
Hex1D1E1A30D584b7b
Octal3536323015130113713
Binary1110111110110101101101101100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,26); }

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

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

 a { background-color: rgb(29,30,26); }

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

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

 span { border-color: rgb(29,30,26); }

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