Html Css Color HEX #1E372F Racing Green

📋 copy color: '#1E372F'

red 30 ◦ green 55 ◦ blue 47

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

Shades of Racing Green #1E372F

Tints of Racing Green #1E372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

 BLUE value IS 47 (18.75% from 255) = 35.61%

R = 22.73%
G = 41.67%
B = 35.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#1E372F (or 0x1E372F) is known color: Racing Green. HEX triplet: 1E, 37 and 2F. RGB value is (30,55,47). Sum of RGB (Red+Green+Blue) = 30+55+47=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #1E372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E372F is #E1C8D0. Grayscale: #2E2E2E. Windows color (decimal): -14797009 or 3094302. OLE color: 3094302.

HSL color Cylindrical-coordinate representation of color #1E372F: hue angle of 160.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E372F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 55 47 -
CMYK 0.45 0 0.15 0.78
HSL 160.8º 0.29% 0.17% -
HSV(B) 160.8º 0.45% 0.22% -
XYZ 2.41 3.21 3.18 -
YUV 46.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 30 55 47 0.45 0 0.15 0.78 160.8 0.29 0.17
Hex 1E 37 2F 2D 0 F 4E A1 1D 11
Octal 36 67 57 55 0 17 116 241 35 21
Binary 11110 110111 101111 101101 0 1111 1001110 10100001 11101 10001

Color Harmonies of #1E372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E372F

Black with #1E372F

Text Example


Text Example

White with #1E372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,47); }

 H1.HeaderClassName
 {
   color: #1E372F;
 }
 .AnyTagClassName
 {
   color: #1E372F;
 }
</style>

background-color css

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

 a { background-color: rgb(30,55,47); }

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

border-color css

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

 span { border-color: rgb(30,55,47); }

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