#123F1B

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

Shades of Deep Fir #123F1B

Tints of Deep Fir #123F1B

Color information

#123F1B (or 0x123F1B) is unknown color: approx Deep Fir. HEX triplet: 12, 3F and 1B. RGB value is (18,63,27). Sum of RGB (Red+Green+Blue) = 18+63+27=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #123F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F1B is #EDC0E4. Grayscale: #2D2D2D. Windows color (decimal): -15581413 or 1785618. OLE color: 1785618.

HSL color Cylindrical-coordinate representation of color #123F1B: hue angle of 132º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F1B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB186327-
CMYK0.7100.570.75
HSL132º55.56%15.88%-
HSV(B)132º71.43%24.71%-
XYZ2.223.761.65-
YUV45.44117.59108.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 63 (25% from 255) = 58.33%
BLUE value IS 27 (10.94% from 255) = 25%
R=16.67%
G=58.33%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863270.7100.570.7513255.5615.88
Hex123F1B470394B843810
Octal2277331070711132047020
Binary10010111111110111000111011100110010111000010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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