#1E342E

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

Shades of Racing Green #1E342E

Tints of Racing Green #1E342E

Color information

#1E342E (or 0x1E342E) is unknown color: approx Racing Green. HEX triplet: 1E, 34 and 2E. RGB value is (30,52,46). Sum of RGB (Red+Green+Blue) = 30+52+46=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #1E342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E342E is #E1CBD1. Grayscale: #2C2C2C. Windows color (decimal): -14797778 or 3027998. OLE color: 3027998.

HSL color Cylindrical-coordinate representation of color #1E342E: hue angle of 163.64º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E342E is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB305246-
CMYK0.4200.120.80
HSL163.64º26.83%16.08%-
HSV(B)163.64º42.31%20.39%-
XYZ2.262.933.03-
YUV44.74128.71117.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=23.44%
G=40.62%
B=35.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052460.4200.120.80163.6426.8316.08
Hex1E342E2A0C50a41b10
Octal366456520141202443320
Binary11110110100101110101010011001010000101001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,46); }

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

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

 a { background-color: rgb(30,52,46); }

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

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

 span { border-color: rgb(30,52,46); }

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