#1F302C

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

Shades of Racing Green #1F302C

Tints of Racing Green #1F302C

Color information

#1F302C (or 0x1F302C) is unknown color: approx Racing Green. HEX triplet: 1F, 30 and 2C. RGB value is (31,48,44). Sum of RGB (Red+Green+Blue) = 31+48+44=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #1F302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F302C is #E0CFD3. Grayscale: #2A2A2A. Windows color (decimal): -14733268 or 2895903. OLE color: 2895903.

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

Color convert

RGB314844-
CMYK0.3500.080.81
HSL165.88º21.52%15.49%-
HSV(B)165.88º35.42%18.82%-
XYZ2.082.592.77-
YUV42.46128.87119.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.20%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=25.20%
G=39.02%
B=35.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148440.3500.080.81165.8821.5215.49
Hex1F302C230851a616f
Octal376054430101212462617
Binary1111111000010110010001101000101000110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,44); }

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

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

 a { background-color: rgb(31,48,44); }

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

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

 span { border-color: rgb(31,48,44); }

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