Html Css Color HEX #112008 Pine Tree

📋 copy color: '#112008'

red 17 ◦ green 32 ◦ blue 8

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

Shades of Pine Tree #112008

Tints of Pine Tree #112008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 56.14%

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

R = 29.82%
G = 56.14%
B = 14.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.87

RGB Variations

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

Color information

#112008 (or 0x112008) is known color: Pine Tree. HEX triplet: 11, 20 and 08. RGB value is (17,32,8). Sum of RGB (Red+Green+Blue) = 17+32+8=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #112008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112008 is #EEDFF7. Grayscale: #181818. Windows color (decimal): -15654904 or 532497. OLE color: 532497.

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

Color convert

RGB 17 32 8 -
CMYK 0.47 0 0.75 0.87
HSL 97.5º 0.6% 0.08% -
HSV(B) 97.5º 0.75% 0.13% -
XYZ 0.79 1.17 0.41 -
YUV 24.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 17 32 8 0.47 0 0.75 0.87 97.5 0.6 0.08
Hex 11 20 8 2F 0 4B 57 62 3C 8
Octal 21 40 10 57 0 113 127 142 74 10
Binary 10001 100000 1000 101111 0 1001011 1010111 1100010 111100 1000

Color Harmonies of #112008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112008

Black with #112008

Text Example


Text Example

White with #112008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112008; }

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

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

background-color css

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

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

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

border-color css

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

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

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