Html Css Color HEX #112605 Pine Tree

📋 copy color: '#112605'

red 17 ◦ green 38 ◦ blue 5

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

Shades of Pine Tree #112605

Tints of Pine Tree #112605

RGB

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

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

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

R = 28.33%
G = 63.33%
B = 8.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#112605 (or 0x112605) is known color: Pine Tree. HEX triplet: 11, 26 and 05. RGB value is (17,38,5). Sum of RGB (Red+Green+Blue) = 17+38+5=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #112605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112605 is #EED9FA. Grayscale: #1C1C1C. Windows color (decimal): -15653371 or 337425. OLE color: 337425.

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

Color convert

RGB 17 38 5 -
CMYK 0.55 0 0.87 0.85
HSL 98.18º 0.77% 0.08% -
HSV(B) 98.18º 0.87% 0.15% -
XYZ 0.95 1.52 0.39 -
YUV 27.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 17 38 5 0.55 0 0.87 0.85 98.18 0.77 0.08
Hex 11 26 5 37 0 57 55 62 4D 8
Octal 21 46 5 67 0 127 125 142 115 10
Binary 10001 100110 101 110111 0 1010111 1010101 1100010 1001101 1000

Color Harmonies of #112605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112605

Black with #112605

Text Example


Text Example

White with #112605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112605; }

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

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

background-color css

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

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

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

border-color css

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

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

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