Html Css Color HEX #17301E Deep Fir

📋 copy color: '#17301E'

red 23 ◦ green 48 ◦ blue 30

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

Shades of Deep Fir #17301E

Tints of Deep Fir #17301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.52%

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

R = 22.77%
G = 47.52%
B = 29.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#17301E (or 0x17301E) is known color: Deep Fir. HEX triplet: 17, 30 and 1E. RGB value is (23,48,30). Sum of RGB (Red+Green+Blue) = 23+48+30=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #17301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17301E is #E8CFE1. Grayscale: #262626. Windows color (decimal): -15257570 or 1978391. OLE color: 1978391.

HSL color Cylindrical-coordinate representation of color #17301E: hue angle of 136.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17301E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 48 30 -
CMYK 0.52 0 0.37 0.81
HSL 136.8º 0.35% 0.14% -
HSV(B) 136.8º 0.52% 0.19% -
XYZ 1.64 2.39 1.6 -
YUV 38.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 23 48 30 0.52 0 0.37 0.81 136.8 0.35 0.14
Hex 17 30 1E 34 0 25 51 89 23 E
Octal 27 60 36 64 0 45 121 211 43 16
Binary 10111 110000 11110 110100 0 100101 1010001 10001001 100011 1110

Color Harmonies of #17301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17301E

Black with #17301E

Text Example


Text Example

White with #17301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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