Html Css Color HEX #1D2015 Rangoon Green

📋 copy color: '#1D2015'

red 29 ◦ green 32 ◦ blue 21

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

Shades of Rangoon Green #1D2015

Tints of Rangoon Green #1D2015

RGB

 RED value IS 29 (11.72% from 255) = 35.37%

 GREEN value IS 32 (12.89% from 255) = 39.02%

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 35.37%
G = 39.02%
B = 25.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#1D2015 (or 0x1D2015) is known color: Rangoon Green. HEX triplet: 1D, 20 and 15. RGB value is (29,32,21). Sum of RGB (Red+Green+Blue) = 29+32+21=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2015 is #E2DFEA. Grayscale: #1D1D1D. Windows color (decimal): -14868459 or 1384477. OLE color: 1384477.

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

Color convert

RGB 29 32 21 -
CMYK 0.09 0 0.34 0.87
HSL 76.36º 0.21% 0.1% -
HSV(B) 76.36º 0.34% 0.13% -
XYZ 1.16 1.35 0.91 -
YUV 29.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 29 32 21 0.09 0 0.34 0.87 76.36 0.21 0.1
Hex 1D 20 15 9 0 22 57 4C 15 A
Octal 35 40 25 11 0 42 127 114 25 12
Binary 11101 100000 10101 1001 0 100010 1010111 1001100 10101 1010

Color Harmonies of #1D2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2015

Black with #1D2015

Text Example


Text Example

White with #1D2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,32,21); }

 H1.HeaderClassName
 {
   color: #1D2015;
 }
 .AnyTagClassName
 {
   color: #1D2015;
 }
</style>

background-color css

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

 a { background-color: rgb(29,32,21); }

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

border-color css

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

 span { border-color: rgb(29,32,21); }

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