#1E3932

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

Shades of Racing Green #1E3932

Tints of Racing Green #1E3932

Color information

#1E3932 (or 0x1E3932) is unknown color: approx Racing Green. HEX triplet: 1E, 39 and 32. RGB value is (30,57,50). Sum of RGB (Red+Green+Blue) = 30+57+50=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3932 is #E1C6CD. Grayscale: #303030. Windows color (decimal): -14796494 or 3291422. OLE color: 3291422.

HSL color Cylindrical-coordinate representation of color #1E3932: hue angle of 164.44º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3932 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB305750-
CMYK0.4700.120.78
HSL164.44º31.03%17.06%-
HSV(B)164.44º47.37%22.35%-
XYZ2.573.433.54-
YUV48.13129.05115.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=21.90%
G=41.61%
B=36.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057500.4700.120.78164.4431.0317.06
Hex1E39322F0C4Ea41f11
Octal367162570141162443721
Binary11110111001110010101111011001001110101001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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