Html Css Color HEX #112207 Pine Tree

📋 copy color: '#112207'

red 17 ◦ green 34 ◦ blue 7

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

Shades of Pine Tree #112207

Tints of Pine Tree #112207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.07%

R = 29.31%
G = 58.62%
B = 12.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.87

RGB Variations

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

Color information

#112207 (or 0x112207) is known color: Pine Tree. HEX triplet: 11, 22 and 07. RGB value is (17,34,7). Sum of RGB (Red+Green+Blue) = 17+34+7=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #112207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112207 is #EEDDF8. Grayscale: #191919. Windows color (decimal): -15654393 or 467473. OLE color: 467473.

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

Color convert

RGB 17 34 7 -
CMYK 0.50 0 0.79 0.87
HSL 97.78º 0.66% 0.08% -
HSV(B) 97.78º 0.79% 0.13% -
XYZ 0.84 1.28 0.4 -
YUV 25.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 17 34 7 0.50 0 0.79 0.87 97.78 0.66 0.08
Hex 11 22 7 32 0 4F 57 62 42 8
Octal 21 42 7 62 0 117 127 142 102 10
Binary 10001 100010 111 110010 0 1001111 1010111 1100010 1000010 1000

Color Harmonies of #112207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112207

Black with #112207

Text Example


Text Example

White with #112207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112207; }

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

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

background-color css

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

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

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

border-color css

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

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

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