#17421E

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

Shades of Deep Fir #17421E

Tints of Deep Fir #17421E

Color information

#17421E (or 0x17421E) is unknown color: approx Deep Fir. HEX triplet: 17, 42 and 1E. RGB value is (23,66,30). Sum of RGB (Red+Green+Blue) = 23+66+30=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #17421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17421E is #E8BDE1. Grayscale: #313131. Windows color (decimal): -15252962 or 1982999. OLE color: 1982999.

HSL color Cylindrical-coordinate representation of color #17421E: hue angle of 129.77º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17421E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB236630-
CMYK0.6500.550.74
HSL129.77º48.31%17.45%-
HSV(B)129.77º65.15%25.88%-
XYZ2.544.171.9-
YUV49.04117.25109.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.33%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=19.33%
G=55.46%
B=25.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366300.6500.550.74129.7748.3117.45
Hex17421E410374A823011
Octal27102361010671122026021
Binary101111000010111101000001011011110010101000001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17421E; }

 p { color: rgb(23,66,30); }

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

<style>
 a { background-color: #17421E; }

 a { background-color: rgb(23,66,30); }

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

<style>
 span { border-color: #17421E; }

 span { border-color: rgb(23,66,30); }

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