#1D220D

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

Shades of Rangoon Green #1D220D

Tints of Rangoon Green #1D220D

Color information

#1D220D (or 0x1D220D) is unknown color: approx Rangoon Green. HEX triplet: 1D, 22 and 0D. RGB value is (29,34,13). Sum of RGB (Red+Green+Blue) = 29+34+13=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 34 - color contains mainly: green. Hex color #1D220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D220D is #E2DDF2. Grayscale: #1E1E1E. Windows color (decimal): -14867955 or 860701. OLE color: 860701.

HSL color Cylindrical-coordinate representation of color #1D220D: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D220D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB293413-
CMYK0.1500.620.87
HSL74.29º44.68%9.22%-
HSV(B)74.29º61.76%13.33%-
XYZ1.151.430.6-
YUV30.11118.34127.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 34 (13.67% from 255) = 44.74%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=38.16%
G=44.74%
B=17.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934130.1500.620.8774.2944.689.22
Hex1D22DF03E574a2d9
Octal354215170761271125511
Binary11101100010110111110111110101011110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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