Html Css Color HEX #112705 Pine Tree

📋 copy color: '#112705'

red 17 ◦ green 39 ◦ blue 5

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

Shades of Pine Tree #112705

Tints of Pine Tree #112705

RGB

 RED value IS 17 (7.03% from 255) = 27.87%

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

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 27.87%
G = 63.93%
B = 8.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#112705 (or 0x112705) is known color: Pine Tree. HEX triplet: 11, 27 and 05. RGB value is (17,39,5). Sum of RGB (Red+Green+Blue) = 17+39+5=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #112705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112705 is #EED8FA. Grayscale: #1C1C1C. Windows color (decimal): -15653115 or 337681. OLE color: 337681.

HSL color Cylindrical-coordinate representation of color #112705: hue angle of 98.82º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112705 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 5 -
CMYK 0.56 0 0.87 0.85
HSL 98.82º 0.77% 0.09% -
HSV(B) 98.82º 0.87% 0.15% -
XYZ 0.98 1.58 0.4 -
YUV 28.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 17 39 5 0.56 0 0.87 0.85 98.82 0.77 0.09
Hex 11 27 5 38 0 57 55 63 4D 9
Octal 21 47 5 70 0 127 125 143 115 11
Binary 10001 100111 101 111000 0 1010111 1010101 1100011 1001101 1001

Color Harmonies of #112705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112705

Black with #112705

Text Example


Text Example

White with #112705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112705; }

 p { color: rgb(17,39,5); }

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

background-color css

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

 a { background-color: rgb(17,39,5); }

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

border-color css

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

 span { border-color: rgb(17,39,5); }

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