#103F18

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

Shades of Deep Fir #103F18

Tints of Deep Fir #103F18

Color information

#103F18 (or 0x103F18) is unknown color: approx Deep Fir. HEX triplet: 10, 3F and 18. RGB value is (16,63,24). Sum of RGB (Red+Green+Blue) = 16+63+24=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #103F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103F18 is #EFC0E7. Grayscale: #2C2C2C. Windows color (decimal): -15712488 or 1589008. OLE color: 1589008.

HSL color Cylindrical-coordinate representation of color #103F18: hue angle of 130.21º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F18 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB166324-
CMYK0.7500.620.75
HSL130.21º59.49%15.49%-
HSV(B)130.21º74.6%24.71%-
XYZ2.163.731.47-
YUV44.5116.43107.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=15.53%
G=61.17%
B=23.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1663240.7500.620.75130.2159.4915.49
Hex103F184B03E4B823bf
Octal2077301130761132027317
Binary1000011111111000100101101111101001011100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F18; }

 p { color: rgb(16,63,24); }

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

<style>
 a { background-color: #103F18; }

 a { background-color: rgb(16,63,24); }

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

<style>
 span { border-color: #103F18; }

 span { border-color: rgb(16,63,24); }

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