#123F24

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

Shades of Deep Fir #123F24

Tints of Deep Fir #123F24

Color information

#123F24 (or 0x123F24) is unknown color: approx Deep Fir. HEX triplet: 12, 3F and 24. RGB value is (18,63,36). Sum of RGB (Red+Green+Blue) = 18+63+36=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #123F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F24 is #EDC0DB. Grayscale: #2E2E2E. Windows color (decimal): -15581404 or 2375442. OLE color: 2375442.

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

Color convert

RGB186336-
CMYK0.7100.430.75
HSL144º55.56%15.88%-
HSV(B)144º71.43%24.71%-
XYZ2.353.812.28-
YUV46.47122.09107.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 63 (25% from 255) = 53.85%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=15.38%
G=53.85%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863360.7100.430.7514455.5615.88
Hex123F244702B4B903810
Octal2277441070531132207020
Binary100101111111001001000111010101110010111001000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F24; }

 p { color: rgb(18,63,36); }

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

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

 a { background-color: rgb(18,63,36); }

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

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

 span { border-color: rgb(18,63,36); }

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