#124023

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

Shades of Deep Fir #124023

Tints of Deep Fir #124023

Color information

#124023 (or 0x124023) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 23. RGB value is (18,64,35). Sum of RGB (Red+Green+Blue) = 18+64+35=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #124023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124023 is #EDBFDC. Grayscale: #2F2F2F. Windows color (decimal): -15581149 or 2310162. OLE color: 2310162.

HSL color Cylindrical-coordinate representation of color #124023: hue angle of 142.17º 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 #124023 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB186435-
CMYK0.7200.450.75
HSL142.17º56.1%16.08%-
HSV(B)142.17º71.88%25.1%-
XYZ2.393.922.22-
YUV46.94121.26107.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=15.38%
G=54.70%
B=29.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864350.7200.450.75142.1756.116.08
Hex1240234802D4B8e3810
Octal22100431100551132167020
Binary1001010000001000111001000010110110010111000111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124023; }

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

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

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

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

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

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

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

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