#123B1B

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

Shades of Deep Fir #123B1B

Tints of Deep Fir #123B1B

Color information

#123B1B (or 0x123B1B) is unknown color: approx Deep Fir. HEX triplet: 12, 3B and 1B. RGB value is (18,59,27). Sum of RGB (Red+Green+Blue) = 18+59+27=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #123B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B1B is #EDC4E4. Grayscale: #2B2B2B. Windows color (decimal): -15582437 or 1784594. OLE color: 1784594.

HSL color Cylindrical-coordinate representation of color #123B1B: hue angle of 133.17º 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 #123B1B is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB185927-
CMYK0.6900.540.77
HSL133.17º53.25%15.1%-
HSV(B)133.17º69.49%23.14%-
XYZ2.013.341.57-
YUV43.09118.92110.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 59 (23.44% from 255) = 56.73%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=17.31%
G=56.73%
B=25.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859270.6900.540.77133.1753.2515.1
Hex123B1B450364D8535f
Octal2273331050661152056517
Binary1001011101111011100010101101101001101100001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,59,27); }

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

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

 a { background-color: rgb(18,59,27); }

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

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

 span { border-color: rgb(18,59,27); }

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