#124123

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

Shades of Deep Fir #124123

Tints of Deep Fir #124123

Color information

#124123 (or 0x124123) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 23. RGB value is (18,65,35). Sum of RGB (Red+Green+Blue) = 18+65+35=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #124123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124123 is #EDBEDC. Grayscale: #2F2F2F. Windows color (decimal): -15580893 or 2310418. OLE color: 2310418.

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

Color convert

RGB186535-
CMYK0.7200.460.75
HSL141.7º56.63%16.27%-
HSV(B)141.7º72.31%25.49%-
XYZ2.444.032.24-
YUV47.53120.93106.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=15.25%
G=55.08%
B=29.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865350.7200.460.75141.756.6316.27
Hex1241234802E4B8e3910
Octal22101431100561132167120
Binary1001010000011000111001000010111010010111000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124123; }

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

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

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

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

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

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

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

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