#1F4927

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

Shades of Deep Fir #1F4927

Tints of Deep Fir #1F4927

Color information

#1F4927 (or 0x1F4927) is unknown color: approx Deep Fir. HEX triplet: 1F, 49 and 27. RGB value is (31,73,39). Sum of RGB (Red+Green+Blue) = 31+73+39=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4927 is #E0B6D8. Grayscale: #383838. Windows color (decimal): -14726873 or 2574623. OLE color: 2574623.

HSL color Cylindrical-coordinate representation of color #1F4927: hue angle of 131.43º 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 #1F4927 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB317339-
CMYK0.5800.470.71
HSL131.43º40.38%20.39%-
HSV(B)131.43º57.53%28.63%-
XYZ3.315.22.75-
YUV56.57118.09109.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=21.68%
G=51.05%
B=27.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173390.5800.470.71131.4340.3820.39
Hex1F49273A02F47832814
Octal3711147720571072035024
Binary111111001001100111111010010111110001111000001110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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