Html Css Color HEX #112801 Pine Tree

📋 copy color: '#112801'

red 17 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #112801

Tints of Pine Tree #112801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 68.97%

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

R = 29.31%
G = 68.97%
B = 1.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#112801 (or 0x112801) is known color: Pine Tree. HEX triplet: 11, 28 and 01. RGB value is (17,40,1). Sum of RGB (Red+Green+Blue) = 17+40+1=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #112801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112801 is #EED7FE. Grayscale: #1C1C1C. Windows color (decimal): -15652863 or 75793. OLE color: 75793.

HSL color Cylindrical-coordinate representation of color #112801: hue angle of 95.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #112801 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 40 1 -
CMYK 0.57 0 0.98 0.84
HSL 95.38º 0.95% 0.08% -
HSV(B) 95.38º 0.98% 0.16% -
XYZ 1 1.64 0.29 -
YUV 28.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 17 40 1 0.57 0 0.98 0.84 95.38 0.95 0.08
Hex 11 28 1 39 0 62 54 5F 5F 8
Octal 21 50 1 71 0 142 124 137 137 10
Binary 10001 101000 1 111001 0 1100010 1010100 1011111 1011111 1000

Color Harmonies of #112801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112801

Black with #112801

Text Example


Text Example

White with #112801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112801; }

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

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

background-color css

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

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

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

border-color css

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

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

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