#1E312B

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

Shades of Racing Green #1E312B

Tints of Racing Green #1E312B

Color information

#1E312B (or 0x1E312B) is unknown color: approx Racing Green. HEX triplet: 1E, 31 and 2B. RGB value is (30,49,43). Sum of RGB (Red+Green+Blue) = 30+49+43=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #1E312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E312B is #E1CED4. Grayscale: #2A2A2A. Windows color (decimal): -14798549 or 2830622. OLE color: 2830622.

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

Color convert

RGB304943-
CMYK0.3900.120.81
HSL161.05º24.05%15.49%-
HSV(B)161.05º38.78%19.22%-
XYZ2.072.652.69-
YUV42.64128.21118.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=24.59%
G=40.16%
B=35.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049430.3900.120.81161.0524.0515.49
Hex1E312B270C51a118f
Octal366153470141212413017
Binary1111011000110101110011101100101000110100001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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