Html Css Color HEX #17260E Pine Tree

📋 copy color: '#17260E'

red 23 ◦ green 38 ◦ blue 14

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

Shades of Pine Tree #17260E

Tints of Pine Tree #17260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

 BLUE value IS 14 (5.86% from 255) = 18.67%

R = 30.67%
G = 50.67%
B = 18.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#17260E (or 0x17260E) is known color: Pine Tree. HEX triplet: 17, 26 and 0E. RGB value is (23,38,14). Sum of RGB (Red+Green+Blue) = 23+38+14=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #17260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17260E is #E8D9F1. Grayscale: #1E1E1E. Windows color (decimal): -15260146 or 927255. OLE color: 927255.

HSL color Cylindrical-coordinate representation of color #17260E: hue angle of 97.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #17260E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 38 14 -
CMYK 0.39 0 0.63 0.85
HSL 97.5º 0.46% 0.1% -
HSV(B) 97.5º 0.63% 0.15% -
XYZ 1.13 1.6 0.66 -
YUV 30.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 23 38 14 0.39 0 0.63 0.85 97.5 0.46 0.1
Hex 17 26 E 27 0 3F 55 62 2E A
Octal 27 46 16 47 0 77 125 142 56 12
Binary 10111 100110 1110 100111 0 111111 1010101 1100010 101110 1010

Color Harmonies of #17260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17260E

Black with #17260E

Text Example


Text Example

White with #17260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,38,14); }

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

background-color css

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

 a { background-color: rgb(23,38,14); }

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

border-color css

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

 span { border-color: rgb(23,38,14); }

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