#10421C

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

Shades of Deep Fir #10421C

Tints of Deep Fir #10421C

Color information

#10421C (or 0x10421C) is unknown color: approx Deep Fir. HEX triplet: 10, 42 and 1C. RGB value is (16,66,28). Sum of RGB (Red+Green+Blue) = 16+66+28=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #10421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10421C is #EFBDE3. Grayscale: #2E2E2E. Windows color (decimal): -15711716 or 1851920. OLE color: 1851920.

HSL color Cylindrical-coordinate representation of color #10421C: hue angle of 134.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10421C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB166628-
CMYK0.7600.580.74
HSL134.4º60.98%16.08%-
HSV(B)134.4º75.76%25.88%-
XYZ2.374.091.76-
YUV46.72117.44106.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=14.55%
G=60%
B=25.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666280.7600.580.74134.460.9816.08
Hex10421C4C03A4A863d10
Octal20102341140721122067520
Binary100001000010111001001100011101010010101000011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10421C; }

 p { color: rgb(16,66,28); }

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

<style>
 a { background-color: #10421C; }

 a { background-color: rgb(16,66,28); }

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

<style>
 span { border-color: #10421C; }

 span { border-color: rgb(16,66,28); }

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