#103E23

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

Shades of Deep Fir #103E23

Tints of Deep Fir #103E23

Color information

#103E23 (or 0x103E23) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 23. RGB value is (16,62,35). Sum of RGB (Red+Green+Blue) = 16+62+35=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #103E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E23 is #EFC1DC. Grayscale: #2D2D2D. Windows color (decimal): -15712733 or 2309648. OLE color: 2309648.

HSL color Cylindrical-coordinate representation of color #103E23: hue angle of 144.78º 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 #103E23 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.

Color convert

RGB166235-
CMYK0.7400.440.76
HSL144.78º58.97%15.29%-
HSV(B)144.78º74.19%24.31%-
XYZ2.243.682.18-
YUV45.17122.26107.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 62 (24.61% from 255) = 54.87%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=14.16%
G=54.87%
B=30.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662350.7400.440.76144.7858.9715.29
Hex103E234A02C4C913bf
Octal2076431120541142217317
Binary10000111110100011100101001011001001100100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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