#1E312A

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

Shades of Racing Green #1E312A

Tints of Racing Green #1E312A

Color information

#1E312A (or 0x1E312A) is unknown color: approx Racing Green. HEX triplet: 1E, 31 and 2A. RGB value is (30,49,42). Sum of RGB (Red+Green+Blue) = 30+49+42=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #1E312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E312A is #E1CED5. Grayscale: #2A2A2A. Windows color (decimal): -14798550 or 2765086. OLE color: 2765086.

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

Color convert

RGB304942-
CMYK0.3900.140.81
HSL157.89º24.05%15.49%-
HSV(B)157.89º38.78%19.22%-
XYZ2.052.642.59-
YUV42.52127.71119.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=24.79%
G=40.50%
B=34.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049420.3900.140.81157.8924.0515.49
Hex1E312A270E519e18f
Octal366152470161212363017
Binary1111011000110101010011101110101000110011110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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