Html Css Color HEX #17401E Deep Fir

📋 copy color: '#17401E'

red 23 ◦ green 64 ◦ blue 30

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

Shades of Deep Fir #17401E

Tints of Deep Fir #17401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 19.66%
G = 54.7%
B = 25.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#17401E (or 0x17401E) is known color: Deep Fir. HEX triplet: 17, 40 and 1E. RGB value is (23,64,30). Sum of RGB (Red+Green+Blue) = 23+64+30=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #17401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17401E is #E8BFE1. Grayscale: #2F2F2F. Windows color (decimal): -15253474 or 1982487. OLE color: 1982487.

HSL color Cylindrical-coordinate representation of color #17401E: hue angle of 130.24º 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 #17401E is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 30 -
CMYK 0.64 0 0.53 0.75
HSL 130.24º 0.47% 0.17% -
HSV(B) 130.24º 0.64% 0.25% -
XYZ 2.42 3.94 1.86 -
YUV 47.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 23 64 30 0.64 0 0.53 0.75 130.24 0.47 0.17
Hex 17 40 1E 40 0 35 4B 82 2F 11
Octal 27 100 36 100 0 65 113 202 57 21
Binary 10111 1000000 11110 1000000 0 110101 1001011 10000010 101111 10001

Color Harmonies of #17401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17401E

Black with #17401E

Text Example


Text Example

White with #17401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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