#1E322D

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

Shades of Racing Green #1E322D

Tints of Racing Green #1E322D

Color information

#1E322D (or 0x1E322D) is unknown color: approx Racing Green. HEX triplet: 1E, 32 and 2D. RGB value is (30,50,45). Sum of RGB (Red+Green+Blue) = 30+50+45=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #1E322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E322D is #E1CDD2. Grayscale: #2B2B2B. Windows color (decimal): -14798291 or 2961950. OLE color: 2961950.

HSL color Cylindrical-coordinate representation of color #1E322D: hue angle of 165º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E322D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB305045-
CMYK0.4000.100.80
HSL165º25%15.69%-
HSV(B)165º40%19.61%-
XYZ2.152.752.9-
YUV43.45128.87118.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 36%
R=24%
G=40%
B=36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050450.4000.100.801652515.69
Hex1E322D280A50a51910
Octal366255500121202453120
Binary11110110010101101101000010101010000101001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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