Html Css Color HEX #17250F Pine Tree

📋 copy color: '#17250F'

red 23 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #17250F

Tints of Pine Tree #17250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 49.33%

 BLUE value IS 15 (6.25% from 255) = 20%

R = 30.67%
G = 49.33%
B = 20%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#17250F (or 0x17250F) is known color: Pine Tree. HEX triplet: 17, 25 and 0F. RGB value is (23,37,15). Sum of RGB (Red+Green+Blue) = 23+37+15=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #17250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250F is #E8DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15260401 or 992535. OLE color: 992535.

HSL color Cylindrical-coordinate representation of color #17250F: hue angle of 98.18º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17250F is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 37 15 -
CMYK 0.38 0 0.59 0.85
HSL 98.18º 0.42% 0.1% -
HSV(B) 98.18º 0.59% 0.15% -
XYZ 1.1 1.54 0.69 -
YUV 30.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 23 37 15 0.38 0 0.59 0.85 98.18 0.42 0.1
Hex 17 25 F 26 0 3B 55 62 2A A
Octal 27 45 17 46 0 73 125 142 52 12
Binary 10111 100101 1111 100110 0 111011 1010101 1100010 101010 1010

Color Harmonies of #17250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17250F

Black with #17250F

Text Example


Text Example

White with #17250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17250F;
 }
 .AnyTagClassName
 {
   color: #17250F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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