#1F4826

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

Shades of Deep Fir #1F4826

Tints of Deep Fir #1F4826

Color information

#1F4826 (or 0x1F4826) is unknown color: approx Deep Fir. HEX triplet: 1F, 48 and 26. RGB value is (31,72,38). Sum of RGB (Red+Green+Blue) = 31+72+38=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4826 is #E0B7D9. Grayscale: #373737. Windows color (decimal): -14727130 or 2508831. OLE color: 2508831.

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

Color convert

RGB317238-
CMYK0.5700.470.72
HSL130.24º39.81%20.2%-
HSV(B)130.24º56.94%28.24%-
XYZ3.235.072.64-
YUV55.86117.92110.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=21.99%
G=51.06%
B=26.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172380.5700.470.72130.2439.8120.2
Hex1F48263902F48822814
Octal3711046710571102025024
Binary111111001000100110111001010111110010001000001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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