Html Css Color HEX #112607 Pine Tree

📋 copy color: '#112607'

red 17 ◦ green 38 ◦ blue 7

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

Shades of Pine Tree #112607

Tints of Pine Tree #112607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 61.29%

 BLUE value IS 7 (3.13% from 255) = 11.29%

R = 27.42%
G = 61.29%
B = 11.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#112607 (or 0x112607) is known color: Pine Tree. HEX triplet: 11, 26 and 07. RGB value is (17,38,7). Sum of RGB (Red+Green+Blue) = 17+38+7=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #112607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112607 is #EED9F8. Grayscale: #1C1C1C. Windows color (decimal): -15653369 or 468497. OLE color: 468497.

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

Color convert

RGB 17 38 7 -
CMYK 0.55 0 0.82 0.85
HSL 100.65º 0.69% 0.09% -
HSV(B) 100.65º 0.82% 0.15% -
XYZ 0.96 1.52 0.44 -
YUV 28.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 17 38 7 0.55 0 0.82 0.85 100.65 0.69 0.09
Hex 11 26 7 37 0 52 55 65 45 9
Octal 21 46 7 67 0 122 125 145 105 11
Binary 10001 100110 111 110111 0 1010010 1010101 1100101 1000101 1001

Color Harmonies of #112607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112607

Black with #112607

Text Example


Text Example

White with #112607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112607; }

 p { color: rgb(17,38,7); }

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

background-color css

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

 a { background-color: rgb(17,38,7); }

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

border-color css

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

 span { border-color: rgb(17,38,7); }

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