Html Css Color HEX #1D220D Rangoon Green

📋 copy color: '#1D220D'

red 29 ◦ green 34 ◦ blue 13

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

Shades of Rangoon Green #1D220D

Tints of Rangoon Green #1D220D

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

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 29 34 13 -
CMYK 0.15 0 0.62 0.87
HSL 74.29º 0.45% 0.09% -
HSV(B) 74.29º 0.62% 0.13% -
XYZ 1.15 1.43 0.6 -
YUV 30.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 29 34 13 0.15 0 0.62 0.87 74.29 0.45 0.09
Hex 1D 22 D F 0 3E 57 4A 2D 9
Octal 35 42 15 17 0 76 127 112 55 11
Binary 11101 100010 1101 1111 0 111110 1010111 1001010 101101 1001

Color Harmonies of #1D220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D220D

Black with #1D220D

Text Example


Text Example

White with #1D220D

Text Example


Text Example

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