#124E1F

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

Shades of Deep Fir #124E1F

Tints of Deep Fir #124E1F

Color information

#124E1F (or 0x124E1F) is unknown color: approx Deep Fir. HEX triplet: 12, 4E and 1F. RGB value is (18,78,31). Sum of RGB (Red+Green+Blue) = 18+78+31=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1F is #EDB1E0. Grayscale: #363636. Windows color (decimal): -15577569 or 2051602. OLE color: 2051602.

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

Color convert

RGB187831-
CMYK0.7700.600.69
HSL133º62.5%18.82%-
HSV(B)133º76.92%30.59%-
XYZ3.225.682.22-
YUV54.7114.62101.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=14.17%
G=61.42%
B=24.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878310.7700.600.6913362.518.82
Hex124E1F4D03C45853e13
Octal22116371150741052057623
Binary100101001110111111001101011110010001011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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