#1D3029

Color #1D3029 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #1D3029

Tints of Racing Green #1D3029

Color information

#1D3029 (or 0x1D3029) is unknown color: approx 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

RGB294841-
CMYK0.4000.150.81
HSL157.89º24.68%15.1%-
HSV(B)157.89º39.58%18.82%-
XYZ1.962.542.48-
YUV41.52127.71119.07-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948410.4000.150.81157.8924.6815.1
Hex1D3029280F519e19f
Octal356051500171212363117
Binary1110111000010100110100001111101000110011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>