#1D220F

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

Shades of Rangoon Green #1D220F

Tints of Rangoon Green #1D220F

Color information

#1D220F (or 0x1D220F) is unknown color: approx Rangoon Green. HEX triplet: 1D, 22 and 0F. RGB value is (29,34,15). Sum of RGB (Red+Green+Blue) = 29+34+15=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #1D220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D220F is #E2DDF0. Grayscale: #1E1E1E. Windows color (decimal): -14867953 or 991773. OLE color: 991773.

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

Color convert

RGB293415-
CMYK0.1500.560.87
HSL75.79º38.78%9.61%-
HSV(B)75.79º55.88%13.33%-
XYZ1.161.440.67-
YUV30.34119.34127.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=37.18%
G=43.59%
B=19.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934150.1500.560.8775.7938.789.61
Hex1D22FF038574c27a
Octal354217170701271144712
Binary11101100010111111110111000101011110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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