Html Css Color HEX #17200E Pine Tree

📋 copy color: '#17200E'

red 23 ◦ green 32 ◦ blue 14

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

Shades of Pine Tree #17200E

Tints of Pine Tree #17200E

RGB

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

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

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

R = 33.33%
G = 46.38%
B = 20.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#17200E (or 0x17200E) is known color: Pine Tree. HEX triplet: 17, 20 and 0E. RGB value is (23,32,14). Sum of RGB (Red+Green+Blue) = 23+32+14=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #17200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17200E is #E8DFF1. Grayscale: #1B1B1B. Windows color (decimal): -15261682 or 925719. OLE color: 925719.

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

Color convert

RGB 23 32 14 -
CMYK 0.28 0 0.56 0.87
HSL 90º 0.39% 0.09% -
HSV(B) 90º 0.56% 0.13% -
XYZ 0.95 1.25 0.61 -
YUV 27.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 23 32 14 0.28 0 0.56 0.87 90 0.39 0.09
Hex 17 20 E 1C 0 38 57 5A 27 9
Octal 27 40 16 34 0 70 127 132 47 11
Binary 10111 100000 1110 11100 0 111000 1010111 1011010 100111 1001

Color Harmonies of #17200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17200E

Black with #17200E

Text Example


Text Example

White with #17200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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