Html Css Color HEX #17200F Pine Tree

📋 copy color: '#17200F'

red 23 ◦ green 32 ◦ blue 15

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

Shades of Pine Tree #17200F

Tints of Pine Tree #17200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.71%

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

R = 32.86%
G = 45.71%
B = 21.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#17200F (or 0x17200F) is known color: Pine Tree. HEX triplet: 17, 20 and 0F. RGB value is (23,32,15). Sum of RGB (Red+Green+Blue) = 23+32+15=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #17200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17200F is #E8DFF0. Grayscale: #1B1B1B. Windows color (decimal): -15261681 or 991255. OLE color: 991255.

HSL color Cylindrical-coordinate representation of color #17200F: hue angle of 91.76º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17200F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 32 15 -
CMYK 0.28 0 0.53 0.87
HSL 91.76º 0.36% 0.09% -
HSV(B) 91.76º 0.53% 0.13% -
XYZ 0.96 1.25 0.64 -
YUV 27.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 23 32 15 0.28 0 0.53 0.87 91.76 0.36 0.09
Hex 17 20 F 1C 0 35 57 5C 24 9
Octal 27 40 17 34 0 65 127 134 44 11
Binary 10111 100000 1111 11100 0 110101 1010111 1011100 100100 1001

Color Harmonies of #17200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17200F

Black with #17200F

Text Example


Text Example

White with #17200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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