#1F2C28

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

Shades of Racing Green #1F2C28

Tints of Racing Green #1F2C28

Color information

#1F2C28 (or 0x1F2C28) is unknown color: approx Racing Green. HEX triplet: 1F, 2C and 28. RGB value is (31,44,40). Sum of RGB (Red+Green+Blue) = 31+44+40=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C28 is #E0D3D7. Grayscale: #272727. Windows color (decimal): -14734296 or 2632735. OLE color: 2632735.

HSL color Cylindrical-coordinate representation of color #1F2C28: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F2C28 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB314440-
CMYK0.3000.090.83
HSL161.54º17.33%14.71%-
HSV(B)161.54º29.55%17.25%-
XYZ1.852.252.34-
YUV39.66128.19121.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=26.96%
G=38.26%
B=34.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3144400.3000.090.83161.5417.3314.71
Hex1F2C281E0953a211f
Octal375450360111232422117
Binary111111011001010001111001001101001110100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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