#1D312B

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

Shades of Racing Green #1D312B

Tints of Racing Green #1D312B

Color information

#1D312B (or 0x1D312B) is unknown color: approx Racing Green. HEX triplet: 1D, 31 and 2B. RGB value is (29,49,43). Sum of RGB (Red+Green+Blue) = 29+49+43=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312B is #E2CED4. Grayscale: #2A2A2A. Windows color (decimal): -14864085 or 2830621. OLE color: 2830621.

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

Color convert

RGB294943-
CMYK0.4100.120.81
HSL162º25.64%15.29%-
HSV(B)162º40.82%19.22%-
XYZ2.042.632.69-
YUV42.34128.37118.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=23.97%
G=40.50%
B=35.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949430.4100.120.8116225.6415.29
Hex1D312B290C51a21af
Octal356153510141212423217
Binary1110111000110101110100101100101000110100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,43); }

 H1.HeaderClassName
 {
   color: #1D312B;
 }
 .AnyTagClassName
 {
   color: #1D312B;
 }
</style>
background-color css

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

 a { background-color: rgb(29,49,43); }

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

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

 span { border-color: rgb(29,49,43); }

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