Html Css Color HEX #17270E Pine Tree

📋 copy color: '#17270E'

red 23 ◦ green 39 ◦ blue 14

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

Shades of Pine Tree #17270E

Tints of Pine Tree #17270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

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

R = 30.26%
G = 51.32%
B = 18.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#17270E (or 0x17270E) is known color: Pine Tree. HEX triplet: 17, 27 and 0E. RGB value is (23,39,14). Sum of RGB (Red+Green+Blue) = 23+39+14=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #17270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17270E is #E8D8F1. Grayscale: #1F1F1F. Windows color (decimal): -15259890 or 927511. OLE color: 927511.

HSL color Cylindrical-coordinate representation of color #17270E: hue angle of 98.4º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17270E is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 39 14 -
CMYK 0.41 0 0.64 0.85
HSL 98.4º 0.47% 0.1% -
HSV(B) 98.4º 0.64% 0.15% -
XYZ 1.16 1.66 0.68 -
YUV 31.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 23 39 14 0.41 0 0.64 0.85 98.4 0.47 0.1
Hex 17 27 E 29 0 40 55 62 2F A
Octal 27 47 16 51 0 100 125 142 57 12
Binary 10111 100111 1110 101001 0 1000000 1010101 1100010 101111 1010

Color Harmonies of #17270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17270E

Black with #17270E

Text Example


Text Example

White with #17270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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