Html Css Color HEX #112201 Pine Tree

📋 copy color: '#112201'

red 17 ◦ green 34 ◦ blue 1

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

Shades of Pine Tree #112201

Tints of Pine Tree #112201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 32.69%
G = 65.38%
B = 1.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#112201 (or 0x112201) is known color: Pine Tree. HEX triplet: 11, 22 and 01. RGB value is (17,34,1). Sum of RGB (Red+Green+Blue) = 17+34+1=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #112201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112201 is #EEDDFE. Grayscale: #191919. Windows color (decimal): -15654399 or 74257. OLE color: 74257.

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

Color convert

RGB 17 34 1 -
CMYK 0.50 0 0.97 0.87
HSL 90.91º 0.94% 0.07% -
HSV(B) 90.91º 0.97% 0.13% -
XYZ 0.81 1.27 0.23 -
YUV 25.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 17 34 1 0.50 0 0.97 0.87 90.91 0.94 0.07
Hex 11 22 1 32 0 61 57 5B 5E 7
Octal 21 42 1 62 0 141 127 133 136 7
Binary 10001 100010 1 110010 0 1100001 1010111 1011011 1011110 111

Color Harmonies of #112201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112201

Black with #112201

Text Example


Text Example

White with #112201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112201; }

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

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

background-color css

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

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

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

border-color css

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

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

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