Html Css Color HEX #17381E Deep Fir

📋 copy color: '#17381E'

red 23 ◦ green 56 ◦ blue 30

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

Shades of Deep Fir #17381E

Tints of Deep Fir #17381E

RGB

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

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

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

R = 21.1%
G = 51.38%
B = 27.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#17381E (or 0x17381E) is known color: Deep Fir. HEX triplet: 17, 38 and 1E. RGB value is (23,56,30). Sum of RGB (Red+Green+Blue) = 23+56+30=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #17381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17381E is #E8C7E1. Grayscale: #2B2B2B. Windows color (decimal): -15255522 or 1980439. OLE color: 1980439.

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

Color convert

RGB 23 56 30 -
CMYK 0.59 0 0.46 0.78
HSL 132.73º 0.42% 0.15% -
HSV(B) 132.73º 0.59% 0.22% -
XYZ 2 3.1 1.72 -
YUV 43.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 23 56 30 0.59 0 0.46 0.78 132.73 0.42 0.15
Hex 17 38 1E 3B 0 2E 4E 85 2A F
Octal 27 70 36 73 0 56 116 205 52 17
Binary 10111 111000 11110 111011 0 101110 1001110 10000101 101010 1111

Color Harmonies of #17381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17381E

Black with #17381E

Text Example


Text Example

White with #17381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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