#123D1F

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

Shades of Deep Fir #123D1F

Tints of Deep Fir #123D1F

Color information

#123D1F (or 0x123D1F) is unknown color: approx Deep Fir. HEX triplet: 12, 3D and 1F. RGB value is (18,61,31). Sum of RGB (Red+Green+Blue) = 18+61+31=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #123D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D1F is #EDC2E0. Grayscale: #2C2C2C. Windows color (decimal): -15581921 or 2047250. OLE color: 2047250.

HSL color Cylindrical-coordinate representation of color #123D1F: hue angle of 138.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D1F is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB186131-
CMYK0.7000.490.76
HSL138.14º54.43%15.49%-
HSV(B)138.14º70.49%23.92%-
XYZ2.173.571.87-
YUV44.72120.25108.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 61 (24.22% from 255) = 55.45%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=16.36%
G=55.45%
B=28.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861310.7000.490.76138.1454.4315.49
Hex123D1F460314C8a36f
Octal2275371060611142126617
Binary1001011110111111100011001100011001100100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,61,31); }

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

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

 a { background-color: rgb(18,61,31); }

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

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

 span { border-color: rgb(18,61,31); }

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