Html Css Color HEX #112007 Pine Tree

📋 copy color: '#112007'

red 17 ◦ green 32 ◦ blue 7

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

Shades of Pine Tree #112007

Tints of Pine Tree #112007

RGB

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

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

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

R = 30.36%
G = 57.14%
B = 12.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.87

RGB Variations

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

Color information

#112007 (or 0x112007) is known color: Pine Tree. HEX triplet: 11, 20 and 07. RGB value is (17,32,7). Sum of RGB (Red+Green+Blue) = 17+32+7=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #112007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112007 is #EEDFF8. Grayscale: #181818. Windows color (decimal): -15654905 or 466961. OLE color: 466961.

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

Color convert

RGB 17 32 7 -
CMYK 0.47 0 0.78 0.87
HSL 96º 0.64% 0.08% -
HSV(B) 96º 0.78% 0.13% -
XYZ 0.79 1.17 0.38 -
YUV 24.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 17 32 7 0.47 0 0.78 0.87 96 0.64 0.08
Hex 11 20 7 2F 0 4E 57 60 40 8
Octal 21 40 7 57 0 116 127 140 100 10
Binary 10001 100000 111 101111 0 1001110 1010111 1100000 1000000 1000

Color Harmonies of #112007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112007

Black with #112007

Text Example


Text Example

White with #112007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112007; }

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

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

background-color css

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

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

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

border-color css

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

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

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