Html Css Color HEX #1D2321 Racing Green

📋 copy color: '#1D2321'

red 29 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #1D2321

Tints of Racing Green #1D2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.08%

 BLUE value IS 33 (13.28% from 255) = 34.02%

R = 29.9%
G = 36.08%
B = 34.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#1D2321 (or 0x1D2321) is known color: Racing Green. HEX triplet: 1D, 23 and 21. RGB value is (29,35,33). Sum of RGB (Red+Green+Blue) = 29+35+33=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2321 is #E2DCDE. Grayscale: #202020. Windows color (decimal): -14867679 or 2171677. OLE color: 2171677.

HSL color Cylindrical-coordinate representation of color #1D2321: hue angle of 160º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D2321 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 29 35 33 -
CMYK 0.17 0 0.06 0.86
HSL 160º 0.09% 0.13% -
HSV(B) 160º 0.17% 0.14% -
XYZ 1.38 1.57 1.67 -
YUV 32.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 29 35 33 0.17 0 0.06 0.86 160 0.09 0.13
Hex 1D 23 21 11 0 6 56 A0 9 D
Octal 35 43 41 21 0 6 126 240 11 15
Binary 11101 100011 100001 10001 0 110 1010110 10100000 1001 1101

Color Harmonies of #1D2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2321

Black with #1D2321

Text Example


Text Example

White with #1D2321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,35,33); }

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

background-color css

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

 a { background-color: rgb(29,35,33); }

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

border-color css

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

 span { border-color: rgb(29,35,33); }

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