#124D1F

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

Shades of Deep Fir #124D1F

Tints of Deep Fir #124D1F

Color information

#124D1F (or 0x124D1F) is unknown color: approx Deep Fir. HEX triplet: 12, 4D and 1F. RGB value is (18,77,31). Sum of RGB (Red+Green+Blue) = 18+77+31=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #124D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D1F is #EDB2E0. Grayscale: #363636. Windows color (decimal): -15577825 or 2051346. OLE color: 2051346.

HSL color Cylindrical-coordinate representation of color #124D1F: hue angle of 133.22º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D1F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB187731-
CMYK0.7700.600.70
HSL133.22º62.11%18.63%-
HSV(B)133.22º76.62%30.2%-
XYZ3.155.542.2-
YUV54.11114.95102.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 77 (30.47% from 255) = 61.11%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=14.29%
G=61.11%
B=24.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877310.7700.600.70133.2262.1118.63
Hex124D1F4D03C46853e13
Octal22115371150741062057623
Binary100101001101111111001101011110010001101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124D1F; }

 p { color: rgb(18,77,31); }

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

<style>
 a { background-color: #124D1F; }

 a { background-color: rgb(18,77,31); }

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

<style>
 span { border-color: #124D1F; }

 span { border-color: rgb(18,77,31); }

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