#124D1E

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

Shades of Deep Fir #124D1E

Tints of Deep Fir #124D1E

Color information

#124D1E (or 0x124D1E) is unknown color: approx Deep Fir. HEX triplet: 12, 4D and 1E. RGB value is (18,77,30). Sum of RGB (Red+Green+Blue) = 18+77+30=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 77 (30.47% from 255 or 61.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 77 - color contains mainly: green. Hex color #124D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D1E is #EDB2E1. Grayscale: #363636. Windows color (decimal): -15577826 or 1985810. OLE color: 1985810.

HSL color Cylindrical-coordinate representation of color #124D1E: hue angle of 132.2º 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 #124D1E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB187730-
CMYK0.7700.610.70
HSL132.2º62.11%18.63%-
HSV(B)132.2º76.62%30.2%-
XYZ3.145.532.13-
YUV54114.45102.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 77 (30.47% from 255) = 61.6%
BLUE value IS 30 (12.11% from 255) = 24%
R=14.4%
G=61.6%
B=24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877300.7700.610.70132.262.1118.63
Hex124D1E4D03D46843e13
Octal22115361150751062047623
Binary100101001101111101001101011110110001101000010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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