Html Css Color HEX #17411E Deep Fir

📋 copy color: '#17411E'

red 23 ◦ green 65 ◦ blue 30

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

Shades of Deep Fir #17411E

Tints of Deep Fir #17411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.08%

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

R = 19.49%
G = 55.08%
B = 25.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#17411E (or 0x17411E) is known color: Deep Fir. HEX triplet: 17, 41 and 1E. RGB value is (23,65,30). Sum of RGB (Red+Green+Blue) = 23+65+30=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #17411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17411E is #E8BEE1. Grayscale: #303030. Windows color (decimal): -15253218 or 1982743. OLE color: 1982743.

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

Color convert

RGB 23 65 30 -
CMYK 0.65 0 0.54 0.75
HSL 130º 0.48% 0.17% -
HSV(B) 130º 0.65% 0.25% -
XYZ 2.48 4.06 1.88 -
YUV 48.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 23 65 30 0.65 0 0.54 0.75 130 0.48 0.17
Hex 17 41 1E 41 0 36 4B 82 30 11
Octal 27 101 36 101 0 66 113 202 60 21
Binary 10111 1000001 11110 1000001 0 110110 1001011 10000010 110000 10001

Color Harmonies of #17411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17411E

Black with #17411E

Text Example


Text Example

White with #17411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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