#1F4828

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

Shades of Deep Fir #1F4828

Tints of Deep Fir #1F4828

Color information

#1F4828 (or 0x1F4828) is unknown color: approx Deep Fir. HEX triplet: 1F, 48 and 28. RGB value is (31,72,40). Sum of RGB (Red+Green+Blue) = 31+72+40=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4828 is #E0B7D7. Grayscale: #383838. Windows color (decimal): -14727128 or 2639903. OLE color: 2639903.

HSL color Cylindrical-coordinate representation of color #1F4828: hue angle of 133.17º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4828 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB317240-
CMYK0.5700.440.72
HSL133.17º39.81%20.2%-
HSV(B)133.17º56.94%28.24%-
XYZ3.275.082.82-
YUV56.09118.92110.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=21.68%
G=50.35%
B=27.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172400.5700.440.72133.1739.8120.2
Hex1F48283902C48852814
Octal3711050710541102055024
Binary111111001000101000111001010110010010001000010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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