#1F2F29

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

Shades of Racing Green #1F2F29

Tints of Racing Green #1F2F29

Color information

#1F2F29 (or 0x1F2F29) is unknown color: approx Racing Green. HEX triplet: 1F, 2F and 29. RGB value is (31,47,41). Sum of RGB (Red+Green+Blue) = 31+47+41=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F29 is #E0D0D6. Grayscale: #292929. Windows color (decimal): -14733527 or 2699039. OLE color: 2699039.

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

Color convert

RGB314741-
CMYK0.3400.130.82
HSL157.5º20.51%15.29%-
HSV(B)157.5º34.04%18.43%-
XYZ1.982.482.47-
YUV41.53127.7120.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=26.05%
G=39.50%
B=34.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3147410.3400.130.82157.520.5115.29
Hex1F2F29220D529e15f
Octal375751420151222362517
Binary1111110111110100110001001101101001010011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,41); }

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

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

 a { background-color: rgb(31,47,41); }

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

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

 span { border-color: rgb(31,47,41); }

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