Html Css Color HEX #112505 Pine Tree

📋 copy color: '#112505'

red 17 ◦ green 37 ◦ blue 5

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

Shades of Pine Tree #112505

Tints of Pine Tree #112505

RGB

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

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

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

R = 28.81%
G = 62.71%
B = 8.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#112505 (or 0x112505) is known color: Pine Tree. HEX triplet: 11, 25 and 05. RGB value is (17,37,5). Sum of RGB (Red+Green+Blue) = 17+37+5=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #112505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112505 is #EEDAFA. Grayscale: #1B1B1B. Windows color (decimal): -15653627 or 337169. OLE color: 337169.

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

Color convert

RGB 17 37 5 -
CMYK 0.54 0 0.86 0.85
HSL 97.5º 0.76% 0.08% -
HSV(B) 97.5º 0.86% 0.15% -
XYZ 0.92 1.45 0.38 -
YUV 27.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 17 37 5 0.54 0 0.86 0.85 97.5 0.76 0.08
Hex 11 25 5 36 0 56 55 62 4C 8
Octal 21 45 5 66 0 126 125 142 114 10
Binary 10001 100101 101 110110 0 1010110 1010101 1100010 1001100 1000

Color Harmonies of #112505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112505

Black with #112505

Text Example


Text Example

White with #112505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112505; }

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

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

background-color css

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

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

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

border-color css

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

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

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