Html Css Color HEX #17381D Deep Fir

📋 copy color: '#17381D'

red 23 ◦ green 56 ◦ blue 29

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

Shades of Deep Fir #17381D

Tints of Deep Fir #17381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 21.3%
G = 51.85%
B = 26.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#17381D (or 0x17381D) is known color: Deep Fir. HEX triplet: 17, 38 and 1D. RGB value is (23,56,29). Sum of RGB (Red+Green+Blue) = 23+56+29=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #17381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17381D is #E8C7E2. Grayscale: #2B2B2B. Windows color (decimal): -15255523 or 1914903. OLE color: 1914903.

HSL color Cylindrical-coordinate representation of color #17381D: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17381D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 56 29 -
CMYK 0.59 0 0.48 0.78
HSL 130.91º 0.42% 0.15% -
HSV(B) 130.91º 0.59% 0.22% -
XYZ 1.99 3.1 1.66 -
YUV 43.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 23 56 29 0.59 0 0.48 0.78 130.91 0.42 0.15
Hex 17 38 1D 3B 0 30 4E 83 2A F
Octal 27 70 35 73 0 60 116 203 52 17
Binary 10111 111000 11101 111011 0 110000 1001110 10000011 101010 1111

Color Harmonies of #17381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17381D

Black with #17381D

Text Example


Text Example

White with #17381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17381D; }

 p { color: rgb(23,56,29); }

 H1.HeaderClassName
 {
   color: #17381D;
 }
 .AnyTagClassName
 {
   color: #17381D;
 }
</style>

background-color css

<style>
 a { background-color: #17381D; }

 a { background-color: rgb(23,56,29); }

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

border-color css

<style>
 span { border-color: #17381D; }

 span { border-color: rgb(23,56,29); }

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