#103E21

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

Shades of Deep Fir #103E21

Tints of Deep Fir #103E21

Color information

#103E21 (or 0x103E21) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 21. RGB value is (16,62,33). Sum of RGB (Red+Green+Blue) = 16+62+33=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #103E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E21 is #EFC1DE. Grayscale: #2D2D2D. Windows color (decimal): -15712735 or 2178576. OLE color: 2178576.

HSL color Cylindrical-coordinate representation of color #103E21: hue angle of 142.17º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E21 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB166233-
CMYK0.7400.470.76
HSL142.17º58.97%15.29%-
HSV(B)142.17º74.19%24.31%-
XYZ2.213.672.03-
YUV44.94121.26107.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=14.41%
G=55.86%
B=29.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662330.7400.470.76142.1758.9715.29
Hex103E214A02F4C8e3bf
Octal2076411120571142167317
Binary10000111110100001100101001011111001100100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,62,33); }

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

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

 a { background-color: rgb(16,62,33); }

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

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

 span { border-color: rgb(16,62,33); }

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