#1D312A

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

Shades of Racing Green #1D312A

Tints of Racing Green #1D312A

Color information

#1D312A (or 0x1D312A) is unknown color: approx Racing Green. HEX triplet: 1D, 31 and 2A. RGB value is (29,49,42). Sum of RGB (Red+Green+Blue) = 29+49+42=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312A is #E2CED5. Grayscale: #2A2A2A. Windows color (decimal): -14864086 or 2765085. OLE color: 2765085.

HSL color Cylindrical-coordinate representation of color #1D312A: hue angle of 159º 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 #1D312A is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB294942-
CMYK0.4100.140.81
HSL159º25.64%15.29%-
HSV(B)159º40.82%19.22%-
XYZ2.022.632.59-
YUV42.22127.87118.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 42 (16.80% from 255) = 35%
R=24.17%
G=40.83%
B=35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949420.4100.140.8115925.6415.29
Hex1D312A290E519f1af
Octal356152510161212373217
Binary1110111000110101010100101110101000110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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