Html Css Color HEX #112208 Pine Tree

📋 copy color: '#112208'

red 17 ◦ green 34 ◦ blue 8

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

Shades of Pine Tree #112208

Tints of Pine Tree #112208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 13.56%

R = 28.81%
G = 57.63%
B = 13.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.87

RGB Variations

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

Color information

#112208 (or 0x112208) is known color: Pine Tree. HEX triplet: 11, 22 and 08. RGB value is (17,34,8). Sum of RGB (Red+Green+Blue) = 17+34+8=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #112208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112208 is #EEDDF7. Grayscale: #1A1A1A. Windows color (decimal): -15654392 or 533009. OLE color: 533009.

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

Color convert

RGB 17 34 8 -
CMYK 0.50 0 0.76 0.87
HSL 99.23º 0.62% 0.08% -
HSV(B) 99.23º 0.76% 0.13% -
XYZ 0.85 1.28 0.43 -
YUV 25.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 17 34 8 0.50 0 0.76 0.87 99.23 0.62 0.08
Hex 11 22 8 32 0 4C 57 63 3E 8
Octal 21 42 10 62 0 114 127 143 76 10
Binary 10001 100010 1000 110010 0 1001100 1010111 1100011 111110 1000

Color Harmonies of #112208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112208

Black with #112208

Text Example


Text Example

White with #112208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112208; }

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

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

background-color css

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

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

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

border-color css

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

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

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