#1E2F29

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

Shades of Racing Green #1E2F29

Tints of Racing Green #1E2F29

Color information

#1E2F29 (or 0x1E2F29) is unknown color: approx Racing Green. HEX triplet: 1E, 2F and 29. RGB value is (30,47,41). Sum of RGB (Red+Green+Blue) = 30+47+41=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F29 is #E1D0D6. Grayscale: #292929. Windows color (decimal): -14799063 or 2699038. OLE color: 2699038.

HSL color Cylindrical-coordinate representation of color #1E2F29: hue angle of 158.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F29 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB304741-
CMYK0.3600.130.82
HSL158.82º22.08%15.1%-
HSV(B)158.82º36.17%18.43%-
XYZ1.952.472.47-
YUV41.23127.87119.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.42%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=25.42%
G=39.83%
B=34.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3047410.3600.130.82158.8222.0815.1
Hex1E2F29240D529f16f
Octal365751440151222372617
Binary1111010111110100110010001101101001010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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