#123E1F

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

Shades of Deep Fir #123E1F

Tints of Deep Fir #123E1F

Color information

#123E1F (or 0x123E1F) is unknown color: approx Deep Fir. HEX triplet: 12, 3E and 1F. RGB value is (18,62,31). Sum of RGB (Red+Green+Blue) = 18+62+31=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #123E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E1F is #EDC1E0. Grayscale: #2D2D2D. Windows color (decimal): -15581665 or 2047506. OLE color: 2047506.

HSL color Cylindrical-coordinate representation of color #123E1F: hue angle of 137.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E1F is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB186231-
CMYK0.7100.50.76
HSL137.73º55%15.69%-
HSV(B)137.73º70.97%24.31%-
XYZ2.223.671.89-
YUV45.31119.92108.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=16.22%
G=55.86%
B=27.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862310.7100.50.76137.735515.69
Hex123E1F470324C8a3710
Octal2276371070621142126720
Binary10010111110111111000111011001010011001000101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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