Html Css Color HEX #1E312A Racing Green

📋 copy color: '#1E312A'

red 30 ◦ green 49 ◦ blue 42

#1E312A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #1E312A

Tints of Racing Green #1E312A

RGB

 RED value IS 30 (12.11% from 255) = 24.79%

 GREEN value IS 49 (19.53% from 255) = 40.5%

 BLUE value IS 42 (16.8% from 255) = 34.71%

R = 24.79%
G = 40.5%
B = 34.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#1E312A (or 0x1E312A) is known color: 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

RGB 30 49 42 -
CMYK 0.39 0 0.14 0.81
HSL 157.89º 0.24% 0.15% -
HSV(B) 157.89º 0.39% 0.19% -
XYZ 2.05 2.64 2.59 -
YUV 42.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 30 49 42 0.39 0 0.14 0.81 157.89 0.24 0.15
Hex 1E 31 2A 27 0 E 51 9E 18 F
Octal 36 61 52 47 0 16 121 236 30 17
Binary 11110 110001 101010 100111 0 1110 1010001 10011110 11000 1111

Color Harmonies of #1E312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E312A

Black with #1E312A

Text Example


Text Example

White with #1E312A

Text Example


Text Example

HTML Codes & Css Web 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>