Html Css Color HEX #17381C Deep Fir

📋 copy color: '#17381C'

red 23 ◦ green 56 ◦ blue 28

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

Shades of Deep Fir #17381C

Tints of Deep Fir #17381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 21.5%
G = 52.34%
B = 26.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#17381C (or 0x17381C) is known color: Deep Fir. HEX triplet: 17, 38 and 1C. RGB value is (23,56,28). Sum of RGB (Red+Green+Blue) = 23+56+28=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #17381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17381C is #E8C7E3. Grayscale: #2B2B2B. Windows color (decimal): -15255524 or 1849367. OLE color: 1849367.

HSL color Cylindrical-coordinate representation of color #17381C: hue angle of 129.09º 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 #17381C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 56 28 -
CMYK 0.59 0 0.50 0.78
HSL 129.09º 0.42% 0.15% -
HSV(B) 129.09º 0.59% 0.22% -
XYZ 1.98 3.09 1.59 -
YUV 42.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 23 56 28 0.59 0 0.50 0.78 129.09 0.42 0.15
Hex 17 38 1C 3B 0 32 4E 81 2A F
Octal 27 70 34 73 0 62 116 201 52 17
Binary 10111 111000 11100 111011 0 110010 1001110 10000001 101010 1111

Color Harmonies of #17381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17381C

Black with #17381C

Text Example


Text Example

White with #17381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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