#123B1A

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

Shades of Deep Fir #123B1A

Tints of Deep Fir #123B1A

Color information

#123B1A (or 0x123B1A) is unknown color: approx Deep Fir. HEX triplet: 12, 3B and 1A. RGB value is (18,59,26). Sum of RGB (Red+Green+Blue) = 18+59+26=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #123B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B1A is #EDC4E5. Grayscale: #2B2B2B. Windows color (decimal): -15582438 or 1719058. OLE color: 1719058.

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

Color convert

RGB185926-
CMYK0.6900.560.77
HSL131.71º53.25%15.1%-
HSV(B)131.71º69.49%23.14%-
XYZ23.331.51-
YUV42.98118.42110.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=17.48%
G=57.28%
B=25.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859260.6900.560.77131.7153.2515.1
Hex123B1A450384D8435f
Octal2273321050701152046517
Binary1001011101111010100010101110001001101100001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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