#17250B

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

Shades of Pine Tree #17250B

Tints of Pine Tree #17250B

Color information

#17250B (or 0x17250B) is unknown color: approx Pine Tree. HEX triplet: 17, 25 and 0B. RGB value is (23,37,11). Sum of RGB (Red+Green+Blue) = 23+37+11=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #17250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250B is #E8DAF4. Grayscale: #1D1D1D. Windows color (decimal): -15260405 or 730391. OLE color: 730391.

HSL color Cylindrical-coordinate representation of color #17250B: hue angle of 92.31º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17250B is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB233711-
CMYK0.3800.700.85
HSL92.31º54.17%9.41%-
HSV(B)92.31º70.27%14.51%-
XYZ1.081.530.56-
YUV29.85117.36123.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=32.39%
G=52.11%
B=15.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337110.3800.700.8592.3154.179.41
Hex1725B26046555c369
Octal2745134601061251346611
Binary10111100101101110011001000110101010110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17250B; }

 p { color: rgb(23,37,11); }

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

<style>
 a { background-color: #17250B; }

 a { background-color: rgb(23,37,11); }

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

<style>
 span { border-color: #17250B; }

 span { border-color: rgb(23,37,11); }

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