Html Css Color HEX #112601 Pine Tree

📋 copy color: '#112601'

red 17 ◦ green 38 ◦ blue 1

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

Shades of Pine Tree #112601

Tints of Pine Tree #112601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 67.86%

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

R = 30.36%
G = 67.86%
B = 1.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#112601 (or 0x112601) is known color: Pine Tree. HEX triplet: 11, 26 and 01. RGB value is (17,38,1). Sum of RGB (Red+Green+Blue) = 17+38+1=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #112601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112601 is #EED9FE. Grayscale: #1B1B1B. Windows color (decimal): -15653375 or 75281. OLE color: 75281.

HSL color Cylindrical-coordinate representation of color #112601: hue angle of 94.05º 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 #112601 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 1 -
CMYK 0.55 0 0.97 0.85
HSL 94.05º 0.95% 0.08% -
HSV(B) 94.05º 0.97% 0.15% -
XYZ 0.93 1.51 0.27 -
YUV 27.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 17 38 1 0.55 0 0.97 0.85 94.05 0.95 0.08
Hex 11 26 1 37 0 61 55 5E 5F 8
Octal 21 46 1 67 0 141 125 136 137 10
Binary 10001 100110 1 110111 0 1100001 1010101 1011110 1011111 1000

Color Harmonies of #112601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112601

Black with #112601

Text Example


Text Example

White with #112601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112601; }

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

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

background-color css

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

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

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

border-color css

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

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

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