Html Css Color HEX #17401F Deep Fir

📋 copy color: '#17401F'

red 23 ◦ green 64 ◦ blue 31

#17401F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #17401F

Tints of Deep Fir #17401F

RGB

 RED value IS 23 (9.38% from 255) = 19.49%

 GREEN value IS 64 (25.39% from 255) = 54.24%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 19.49%
G = 54.24%
B = 26.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#17401F (or 0x17401F) is known color: Deep Fir. HEX triplet: 17, 40 and 1F. RGB value is (23,64,31). Sum of RGB (Red+Green+Blue) = 23+64+31=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #17401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17401F is #E8BFE0. Grayscale: #303030. Windows color (decimal): -15253473 or 2048023. OLE color: 2048023.

HSL color Cylindrical-coordinate representation of color #17401F: hue angle of 131.71º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17401F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 31 -
CMYK 0.64 0 0.52 0.75
HSL 131.71º 0.47% 0.17% -
HSV(B) 131.71º 0.64% 0.25% -
XYZ 2.43 3.95 1.93 -
YUV 47.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 23 64 31 0.64 0 0.52 0.75 131.71 0.47 0.17
Hex 17 40 1F 40 0 34 4B 84 2F 11
Octal 27 100 37 100 0 64 113 204 57 21
Binary 10111 1000000 11111 1000000 0 110100 1001011 10000100 101111 10001

Color Harmonies of #17401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17401F

Black with #17401F

Text Example


Text Example

White with #17401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17401F;
 }
 .AnyTagClassName
 {
   color: #17401F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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