#1F4928

Color #1F4928 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1F4928

Tints of Deep Fir #1F4928

Color information

#1F4928 (or 0x1F4928) is unknown color: approx Deep Fir. HEX triplet: 1F, 49 and 28. RGB value is (31,73,40). Sum of RGB (Red+Green+Blue) = 31+73+40=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4928 is #E0B6D7. Grayscale: #383838. Windows color (decimal): -14726872 or 2640159. OLE color: 2640159.

HSL color Cylindrical-coordinate representation of color #1F4928: hue angle of 132.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4928 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB317340-
CMYK0.5800.450.71
HSL132.86º40.38%20.39%-
HSV(B)132.86º57.53%28.63%-
XYZ3.335.212.84-
YUV56.68118.59109.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=21.53%
G=50.69%
B=27.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173400.5800.450.71132.8640.3820.39
Hex1F49283A02D47852814
Octal3711150720551072055024
Binary111111001001101000111010010110110001111000010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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