#1F2D28

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

Shades of Racing Green #1F2D28

Tints of Racing Green #1F2D28

Color information

#1F2D28 (or 0x1F2D28) is unknown color: approx Racing Green. HEX triplet: 1F, 2D and 28. RGB value is (31,45,40). Sum of RGB (Red+Green+Blue) = 31+45+40=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D28 is #E0D2D7. Grayscale: #282828. Windows color (decimal): -14734040 or 2632991. OLE color: 2632991.

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

Color convert

RGB314540-
CMYK0.3100.110.82
HSL158.57º18.42%14.9%-
HSV(B)158.57º31.11%17.65%-
XYZ1.892.322.36-
YUV40.24127.86121.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=26.72%
G=38.79%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3145400.3100.110.82158.5718.4214.9
Hex1F2D281F0B529f12f
Octal375550370131222372217
Binary111111011011010001111101011101001010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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