Html Css Color HEX #112507 Pine Tree

📋 copy color: '#112507'

red 17 ◦ green 37 ◦ blue 7

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

Shades of Pine Tree #112507

Tints of Pine Tree #112507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 60.66%

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

R = 27.87%
G = 60.66%
B = 11.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#112507 (or 0x112507) is known color: Pine Tree. HEX triplet: 11, 25 and 07. RGB value is (17,37,7). Sum of RGB (Red+Green+Blue) = 17+37+7=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #112507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112507 is #EEDAF8. Grayscale: #1B1B1B. Windows color (decimal): -15653625 or 468241. OLE color: 468241.

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

Color convert

RGB 17 37 7 -
CMYK 0.54 0 0.81 0.85
HSL 100º 0.68% 0.09% -
HSV(B) 100º 0.81% 0.15% -
XYZ 0.93 1.46 0.43 -
YUV 27.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 17 37 7 0.54 0 0.81 0.85 100 0.68 0.09
Hex 11 25 7 36 0 51 55 64 44 9
Octal 21 45 7 66 0 121 125 144 104 11
Binary 10001 100101 111 110110 0 1010001 1010101 1100100 1000100 1001

Color Harmonies of #112507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112507

Black with #112507

Text Example


Text Example

White with #112507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112507; }

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

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

background-color css

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

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

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

border-color css

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

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

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