#123A24

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

Shades of Deep Fir #123A24

Tints of Deep Fir #123A24

Color information

#123A24 (or 0x123A24) is unknown color: approx Deep Fir. HEX triplet: 12, 3A and 24. RGB value is (18,58,36). Sum of RGB (Red+Green+Blue) = 18+58+36=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #123A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A24 is #EDC5DB. Grayscale: #2B2B2B. Windows color (decimal): -15582684 or 2374162. OLE color: 2374162.

HSL color Cylindrical-coordinate representation of color #123A24: hue angle of 147º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A24 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB185836-
CMYK0.6900.380.77
HSL147º52.63%14.9%-
HSV(B)147º68.97%22.75%-
XYZ2.083.282.19-
YUV43.53123.75109.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=16.07%
G=51.79%
B=32.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858360.6900.380.7714752.6314.9
Hex123A24450264D9335f
Octal2272441050461152236517
Binary10010111010100100100010101001101001101100100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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