#123F19

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

Shades of Deep Fir #123F19

Tints of Deep Fir #123F19

Color information

#123F19 (or 0x123F19) is unknown color: approx Deep Fir. HEX triplet: 12, 3F and 19. RGB value is (18,63,25). Sum of RGB (Red+Green+Blue) = 18+63+25=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #123F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123F19 is #EDC0E6. Grayscale: #2D2D2D. Windows color (decimal): -15581415 or 1654546. OLE color: 1654546.

HSL color Cylindrical-coordinate representation of color #123F19: hue angle of 129.33º 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 #123F19 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB186325-
CMYK0.7100.600.75
HSL129.33º55.56%15.88%-
HSV(B)129.33º71.43%24.71%-
XYZ2.23.751.53-
YUV45.21116.59108.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 63 (25% from 255) = 59.43%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=16.98%
G=59.43%
B=23.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863250.7100.600.75129.3355.5615.88
Hex123F194703C4B813810
Octal2277311070741132017020
Binary10010111111110011000111011110010010111000000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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