Html Css Color HEX #17341F Deep Fir

📋 copy color: '#17341F'

red 23 ◦ green 52 ◦ blue 31

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

Shades of Deep Fir #17341F

Tints of Deep Fir #17341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 21.7%
G = 49.06%
B = 29.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#17341F (or 0x17341F) is known color: Deep Fir. HEX triplet: 17, 34 and 1F. RGB value is (23,52,31). Sum of RGB (Red+Green+Blue) = 23+52+31=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #17341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17341F is #E8CBE0. Grayscale: #282828. Windows color (decimal): -15256545 or 2044951. OLE color: 2044951.

HSL color Cylindrical-coordinate representation of color #17341F: hue angle of 136.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #17341F is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 52 31 -
CMYK 0.56 0 0.40 0.80
HSL 136.55º 0.39% 0.15% -
HSV(B) 136.55º 0.56% 0.2% -
XYZ 1.83 2.74 1.73 -
YUV 40.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 23 52 31 0.56 0 0.40 0.80 136.55 0.39 0.15
Hex 17 34 1F 38 0 28 50 89 27 F
Octal 27 64 37 70 0 50 120 211 47 17
Binary 10111 110100 11111 111000 0 101000 1010000 10001001 100111 1111

Color Harmonies of #17341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17341F

Black with #17341F

Text Example


Text Example

White with #17341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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