Html Css Color HEX #112205 Pine Tree

📋 copy color: '#112205'

red 17 ◦ green 34 ◦ blue 5

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

Shades of Pine Tree #112205

Tints of Pine Tree #112205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 60.71%

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

R = 30.36%
G = 60.71%
B = 8.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#112205 (or 0x112205) is known color: Pine Tree. HEX triplet: 11, 22 and 05. RGB value is (17,34,5). Sum of RGB (Red+Green+Blue) = 17+34+5=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #112205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112205 is #EEDDFA. Grayscale: #191919. Windows color (decimal): -15654395 or 336401. OLE color: 336401.

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

Color convert

RGB 17 34 5 -
CMYK 0.50 0 0.85 0.87
HSL 95.17º 0.74% 0.08% -
HSV(B) 95.17º 0.85% 0.13% -
XYZ 0.83 1.27 0.35 -
YUV 25.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 17 34 5 0.50 0 0.85 0.87 95.17 0.74 0.08
Hex 11 22 5 32 0 55 57 5F 4A 8
Octal 21 42 5 62 0 125 127 137 112 10
Binary 10001 100010 101 110010 0 1010101 1010111 1011111 1001010 1000

Color Harmonies of #112205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112205

Black with #112205

Text Example


Text Example

White with #112205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112205; }

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

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

background-color css

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

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

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

border-color css

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

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

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