#1E352D

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

Shades of Racing Green #1E352D

Tints of Racing Green #1E352D

Color information

#1E352D (or 0x1E352D) is unknown color: approx Racing Green. HEX triplet: 1E, 35 and 2D. RGB value is (30,53,45). Sum of RGB (Red+Green+Blue) = 30+53+45=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #1E352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E352D is #E1CAD2. Grayscale: #2D2D2D. Windows color (decimal): -14797523 or 2962718. OLE color: 2962718.

HSL color Cylindrical-coordinate representation of color #1E352D: hue angle of 159.13º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E352D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB305345-
CMYK0.4300.150.79
HSL159.13º27.71%16.27%-
HSV(B)159.13º43.4%20.78%-
XYZ2.283.012.94-
YUV45.21127.88117.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=23.44%
G=41.41%
B=35.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053450.4300.150.79159.1327.7116.27
Hex1E352D2B0F4F9f1c10
Octal366555530171172373420
Binary11110110101101101101011011111001111100111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,45); }

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

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

 a { background-color: rgb(30,53,45); }

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

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

 span { border-color: rgb(30,53,45); }

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