#17421F

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

Shades of Deep Fir #17421F

Tints of Deep Fir #17421F

Color information

#17421F (or 0x17421F) is unknown color: approx Deep Fir. HEX triplet: 17, 42 and 1F. RGB value is (23,66,31). Sum of RGB (Red+Green+Blue) = 23+66+31=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #17421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17421F is #E8BDE0. Grayscale: #313131. Windows color (decimal): -15252961 or 2048535. OLE color: 2048535.

HSL color Cylindrical-coordinate representation of color #17421F: hue angle of 131.16º 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 #17421F is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB236631-
CMYK0.6500.530.74
HSL131.16º48.31%17.45%-
HSV(B)131.16º65.15%25.88%-
XYZ2.554.181.97-
YUV49.15117.75109.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=19.17%
G=55%
B=25.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366310.6500.530.74131.1648.3117.45
Hex17421F410354A833011
Octal27102371010651122036021
Binary101111000010111111000001011010110010101000001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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