#1F2E2C

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

Shades of Racing Green #1F2E2C

Tints of Racing Green #1F2E2C

Color information

#1F2E2C (or 0x1F2E2C) is unknown color: approx Racing Green. HEX triplet: 1F, 2E and 2C. RGB value is (31,46,44). Sum of RGB (Red+Green+Blue) = 31+46+44=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E2C is #E0D1D3. Grayscale: #292929. Windows color (decimal): -14733780 or 2895391. OLE color: 2895391.

HSL color Cylindrical-coordinate representation of color #1F2E2C: hue angle of 172º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F2E2C is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB314644-
CMYK0.3300.040.82
HSL172º19.48%15.1%-
HSV(B)172º32.61%18.04%-
XYZ22.432.75-
YUV41.29129.53120.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=25.62%
G=38.02%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3146440.3300.040.8217219.4815.1
Hex1F2E2C210452ac13f
Octal37565441041222542317
Binary111111011101011001000010100101001010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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