Html Css Color HEX #1D3029 Racing Green

📋 copy color: '#1D3029'

red 29 ◦ green 48 ◦ blue 41

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

Shades of Racing Green #1D3029

Tints of Racing Green #1D3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 41 (16.41% from 255) = 34.75%

R = 24.58%
G = 40.68%
B = 34.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#1D3029 (or 0x1D3029) is known color: Racing Green. HEX triplet: 1D, 30 and 29. RGB value is (29,48,41). Sum of RGB (Red+Green+Blue) = 29+48+41=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3029 is #E2CFD6. Grayscale: #292929. Windows color (decimal): -14864343 or 2699293. OLE color: 2699293.

HSL color Cylindrical-coordinate representation of color #1D3029: hue angle of 157.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3029 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 48 41 -
CMYK 0.40 0 0.15 0.81
HSL 157.89º 0.25% 0.15% -
HSV(B) 157.89º 0.4% 0.19% -
XYZ 1.96 2.54 2.48 -
YUV 41.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 29 48 41 0.40 0 0.15 0.81 157.89 0.25 0.15
Hex 1D 30 29 28 0 F 51 9E 19 F
Octal 35 60 51 50 0 17 121 236 31 17
Binary 11101 110000 101001 101000 0 1111 1010001 10011110 11001 1111

Color Harmonies of #1D3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3029

Black with #1D3029

Text Example


Text Example

White with #1D3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,41); }

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

background-color css

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

 a { background-color: rgb(29,48,41); }

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

border-color css

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

 span { border-color: rgb(29,48,41); }

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