#124E1E

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

Shades of Deep Fir #124E1E

Tints of Deep Fir #124E1E

Color information

#124E1E (or 0x124E1E) is unknown color: approx Deep Fir. HEX triplet: 12, 4E and 1E. RGB value is (18,78,30). Sum of RGB (Red+Green+Blue) = 18+78+30=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1E is #EDB1E1. Grayscale: #363636. Windows color (decimal): -15577570 or 1986066. OLE color: 1986066.

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

Color convert

RGB187830-
CMYK0.7700.620.69
HSL132º62.5%18.82%-
HSV(B)132º76.92%30.59%-
XYZ3.215.672.15-
YUV54.59114.12101.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 61.90%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878300.7700.620.6913262.518.82
Hex124E1E4D03E45843e13
Octal22116361150761052047623
Binary100101001110111101001101011111010001011000010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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