Html Css Color HEX #112202 Pine Tree

📋 copy color: '#112202'

red 17 ◦ green 34 ◦ blue 2

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

Shades of Pine Tree #112202

Tints of Pine Tree #112202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.77%

R = 32.08%
G = 64.15%
B = 3.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#112202 (or 0x112202) is known color: Pine Tree. HEX triplet: 11, 22 and 02. RGB value is (17,34,2). Sum of RGB (Red+Green+Blue) = 17+34+2=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #112202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112202 is #EEDDFD. Grayscale: #191919. Windows color (decimal): -15654398 or 139793. OLE color: 139793.

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

Color convert

RGB 17 34 2 -
CMYK 0.50 0 0.94 0.87
HSL 91.88º 0.89% 0.07% -
HSV(B) 91.88º 0.94% 0.13% -
XYZ 0.81 1.27 0.26 -
YUV 25.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 17 34 2 0.50 0 0.94 0.87 91.88 0.89 0.07
Hex 11 22 2 32 0 5E 57 5C 59 7
Octal 21 42 2 62 0 136 127 134 131 7
Binary 10001 100010 10 110010 0 1011110 1010111 1011100 1011001 111

Color Harmonies of #112202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112202

Black with #112202

Text Example


Text Example

White with #112202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112202; }

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

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

background-color css

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

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

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

border-color css

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

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

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