#123923

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

Shades of Deep Fir #123923

Tints of Deep Fir #123923

Color information

#123923 (or 0x123923) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 23. RGB value is (18,57,35). Sum of RGB (Red+Green+Blue) = 18+57+35=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #123923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123923 is #EDC6DC. Grayscale: #2A2A2A. Windows color (decimal): -15582941 or 2308370. OLE color: 2308370.

HSL color Cylindrical-coordinate representation of color #123923: hue angle of 146.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123923 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB185735-
CMYK0.6800.390.78
HSL146.15º52%14.71%-
HSV(B)146.15º68.42%22.35%-
XYZ2.023.182.1-
YUV42.83123.58110.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=16.36%
G=51.82%
B=31.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857350.6800.390.78146.155214.71
Hex123923440274E9234f
Octal2271431040471162226417
Binary10010111001100011100010001001111001110100100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123923; }

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

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

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

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

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

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

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

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