#171E0E

Color #171E0E Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #171E0E

Tints of Pine Tree #171E0E

Color information

#171E0E (or 0x171E0E) is unknown color: approx Pine Tree. HEX triplet: 17, 1E and 0E. RGB value is (23,30,14). Sum of RGB (Red+Green+Blue) = 23+30+14=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #171E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171E0E is #E8E1F1. Grayscale: #1A1A1A. Windows color (decimal): -15262194 or 925207. OLE color: 925207.

HSL color Cylindrical-coordinate representation of color #171E0E: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #171E0E is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB233014-
CMYK0.2300.530.88
HSL86.25º36.36%8.63%-
HSV(B)86.25º53.33%11.76%-
XYZ0.91.140.59-
YUV26.08121.18125.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.33%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=34.33%
G=44.78%
B=20.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2330140.2300.530.8886.2536.368.63
Hex171EE170355856249
Octal273616270651301264411
Binary10111111101110101110110101101100010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171E0E; }

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

 H1.HeaderClassName
 {
   color: #171E0E;
 }
 .AnyTagClassName
 {
   color: #171E0E;
 }
</style>
background-color css

<style>
 a { background-color: #171E0E; }

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

 div.DivClassName
 {
   background-color: #171E0E;
 }
 .BgClassName
 {
   background-color: #171E0E;
 }
</style>
border-color css

<style>
 span { border-color: #171E0E; }

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

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