#1E352E

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

Shades of Racing Green #1E352E

Tints of Racing Green #1E352E

Color information

#1E352E (or 0x1E352E) is unknown color: approx Racing Green. HEX triplet: 1E, 35 and 2E. RGB value is (30,53,46). Sum of RGB (Red+Green+Blue) = 30+53+46=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #1E352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E352E is #E1CAD1. Grayscale: #2D2D2D. Windows color (decimal): -14797522 or 3028254. OLE color: 3028254.

HSL color Cylindrical-coordinate representation of color #1E352E: hue angle of 161.74º 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 #1E352E is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB305346-
CMYK0.4300.130.79
HSL161.74º27.71%16.27%-
HSV(B)161.74º43.4%20.78%-
XYZ2.33.023.05-
YUV45.32128.38117.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.26%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=23.26%
G=41.09%
B=35.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053460.4300.130.79161.7427.7116.27
Hex1E352E2B0D4Fa21c10
Octal366556530151172423420
Binary11110110101101110101011011011001111101000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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