#1F312D

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

Shades of Racing Green #1F312D

Tints of Racing Green #1F312D

Color information

#1F312D (or 0x1F312D) is unknown color: approx Racing Green. HEX triplet: 1F, 31 and 2D. RGB value is (31,49,45). Sum of RGB (Red+Green+Blue) = 31+49+45=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #1F312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F312D is #E0CED2. Grayscale: #2B2B2B. Windows color (decimal): -14733011 or 2961695. OLE color: 2961695.

HSL color Cylindrical-coordinate representation of color #1F312D: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F312D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB314945-
CMYK0.3700.080.81
HSL166.67º22.5%15.69%-
HSV(B)166.67º36.73%19.22%-
XYZ2.142.682.89-
YUV43.16129.04119.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 45 (17.97% from 255) = 36%
R=24.8%
G=39.2%
B=36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149450.3700.080.81166.6722.515.69
Hex1F312D250851a71610
Octal376155450101212472620
Binary11111110001101101100101010001010001101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,45); }

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

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

 a { background-color: rgb(31,49,45); }

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

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

 span { border-color: rgb(31,49,45); }

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