#124025

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

Shades of Deep Fir #124025

Tints of Deep Fir #124025

Color information

#124025 (or 0x124025) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 25. RGB value is (18,64,37). Sum of RGB (Red+Green+Blue) = 18+64+37=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #124025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124025 is #EDBFDA. Grayscale: #2F2F2F. Windows color (decimal): -15581147 or 2441234. OLE color: 2441234.

HSL color Cylindrical-coordinate representation of color #124025: hue angle of 144.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124025 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB186437-
CMYK0.7200.420.75
HSL144.78º56.1%16.08%-
HSV(B)144.78º71.88%25.1%-
XYZ2.423.932.38-
YUV47.17122.26107.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=15.13%
G=53.78%
B=31.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864370.7200.420.75144.7856.116.08
Hex1240254802A4B913810
Octal22100451100521132217020
Binary1001010000001001011001000010101010010111001000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124025; }

 p { color: rgb(18,64,37); }

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

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

 a { background-color: rgb(18,64,37); }

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

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

 span { border-color: rgb(18,64,37); }

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