#1E322B

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

Shades of Racing Green #1E322B

Tints of Racing Green #1E322B

Color information

#1E322B (or 0x1E322B) is unknown color: approx Racing Green. HEX triplet: 1E, 32 and 2B. RGB value is (30,50,43). Sum of RGB (Red+Green+Blue) = 30+50+43=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #1E322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E322B is #E1CDD4. Grayscale: #2B2B2B. Windows color (decimal): -14798293 or 2830878. OLE color: 2830878.

HSL color Cylindrical-coordinate representation of color #1E322B: hue angle of 159º 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 #1E322B is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB305043-
CMYK0.4000.140.80
HSL159º25%15.69%-
HSV(B)159º40%19.61%-
XYZ2.112.732.7-
YUV43.22127.87118.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.39%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=24.39%
G=40.65%
B=34.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050430.4000.140.801592515.69
Hex1E322B280E509f1910
Octal366253500161202373120
Binary11110110010101011101000011101010000100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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