Html Css Color HEX #112701 Pine Tree

📋 copy color: '#112701'

red 17 ◦ green 39 ◦ blue 1

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

Shades of Pine Tree #112701

Tints of Pine Tree #112701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 68.42%

 BLUE value IS 1 (0.78% from 255) = 1.75%

R = 29.82%
G = 68.42%
B = 1.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#112701 (or 0x112701) is known color: Pine Tree. HEX triplet: 11, 27 and 01. RGB value is (17,39,1). Sum of RGB (Red+Green+Blue) = 17+39+1=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #112701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112701 is #EED8FE. Grayscale: #1C1C1C. Windows color (decimal): -15653119 or 75537. OLE color: 75537.

HSL color Cylindrical-coordinate representation of color #112701: hue angle of 94.74º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #112701 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 1 -
CMYK 0.56 0 0.97 0.85
HSL 94.74º 0.95% 0.08% -
HSV(B) 94.74º 0.97% 0.15% -
XYZ 0.96 1.57 0.28 -
YUV 28.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 17 39 1 0.56 0 0.97 0.85 94.74 0.95 0.08
Hex 11 27 1 38 0 61 55 5F 5F 8
Octal 21 47 1 70 0 141 125 137 137 10
Binary 10001 100111 1 111000 0 1100001 1010101 1011111 1011111 1000

Color Harmonies of #112701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112701

Black with #112701

Text Example


Text Example

White with #112701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112701; }

 p { color: rgb(17,39,1); }

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

background-color css

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

 a { background-color: rgb(17,39,1); }

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

border-color css

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

 span { border-color: rgb(17,39,1); }

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