Html Css Color HEX #112200 Pine Tree

📋 copy color: '#112200'

red 17 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #112200

Tints of Pine Tree #112200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#112200 (or 0x112200) is known color: Pine Tree. HEX triplet: 11, 22 and 00. RGB value is (17,34,0). Sum of RGB (Red+Green+Blue) = 17+34+0=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #112200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112200 is #EEDDFF. Grayscale: #191919. Windows color (decimal): -15654400 or 8721. OLE color: 8721.

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

Color convert

RGB 17 34 0 -
CMYK 0.50 0 1 0.87
HSL 90º 1% 0.07% -
HSV(B) 90º 1% 0.13% -
XYZ 0.8 1.26 0.2 -
YUV 25.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 17 34 0 0.50 0 1 0.87 90 1 0.07
Hex 11 22 0 32 0 64 57 5A 64 7
Octal 21 42 0 62 0 144 127 132 144 7
Binary 10001 100010 0 110010 0 1100100 1010111 1011010 1100100 111

Color Harmonies of #112200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112200

Black with #112200

Text Example


Text Example

White with #112200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112200; }

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

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

background-color css

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

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

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

border-color css

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

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

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