#1E2120

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

Shades of Racing Green #1E2120

Tints of Racing Green #1E2120

Color information

#1E2120 (or 0x1E2120) is unknown color: approx Racing Green. HEX triplet: 1E, 21 and 20. RGB value is (30,33,32). Sum of RGB (Red+Green+Blue) = 30+33+32=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2120 is #E1DEDF. Grayscale: #1F1F1F. Windows color (decimal): -14802656 or 2105630. OLE color: 2105630.

HSL color Cylindrical-coordinate representation of color #1E2120: hue angle of 160º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1E2120 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB303332-
CMYK0.0900.030.87
HSL160º4.76%12.35%-
HSV(B)160º9.09%12.94%-
XYZ1.341.471.58-
YUV31.99128.01126.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=31.58%
G=34.74%
B=33.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3033320.0900.030.871604.7612.35
Hex1E212090357a05c
Octal3641401103127240514
Binary1111010000110000010010111010111101000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,32); }

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

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

 a { background-color: rgb(30,33,32); }

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

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

 span { border-color: rgb(30,33,32); }

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