Html Css Color HEX #1D220F Rangoon Green

📋 copy color: '#1D220F'

red 29 ◦ green 34 ◦ blue 15

#1D220F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1D220F

Tints of Rangoon Green #1D220F

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 value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#1D220F (or 0x1D220F) is known color: 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

RGB 29 34 15 -
CMYK 0.15 0 0.56 0.87
HSL 75.79º 0.39% 0.1% -
HSV(B) 75.79º 0.56% 0.13% -
XYZ 1.16 1.44 0.67 -
YUV 30.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 29 34 15 0.15 0 0.56 0.87 75.79 0.39 0.1
Hex 1D 22 F F 0 38 57 4C 27 A
Octal 35 42 17 17 0 70 127 114 47 12
Binary 11101 100010 1111 1111 0 111000 1010111 1001100 100111 1010

Color Harmonies of #1D220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D220F

Black with #1D220F

Text Example


Text Example

White with #1D220F

Text Example


Text Example

HTML Codes & Css Web 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>