#102E17

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

Shades of Deep Fir #102E17

Tints of Deep Fir #102E17

Color information

#102E17 (or 0x102E17) is unknown color: approx Deep Fir. HEX triplet: 10, 2E and 17. RGB value is (16,46,23). Sum of RGB (Red+Green+Blue) = 16+46+23=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #102E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102E17 is #EFD1E8. Grayscale: #222222. Windows color (decimal): -15716841 or 1519120. OLE color: 1519120.

HSL color Cylindrical-coordinate representation of color #102E17: hue angle of 134º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E17 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB164623-
CMYK0.6500.500.82
HSL134º48.39%12.16%-
HSV(B)134º65.22%18.04%-
XYZ1.352.131.15-
YUV34.41121.56114.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 46 (18.36% from 255) = 54.12%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=18.82%
G=54.12%
B=27.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1646230.6500.500.8213448.3912.16
Hex102E1741032528630c
Octal2056271010621222066014
Binary1000010111010111100000101100101010010100001101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102E17; }

 p { color: rgb(16,46,23); }

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

<style>
 a { background-color: #102E17; }

 a { background-color: rgb(16,46,23); }

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

<style>
 span { border-color: #102E17; }

 span { border-color: rgb(16,46,23); }

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