Html Css Color HEX #111801 Pine Tree

📋 copy color: '#111801'

red 17 ◦ green 24 ◦ blue 1

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

Shades of Pine Tree #111801

Tints of Pine Tree #111801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 57.14%

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

R = 40.48%
G = 57.14%
B = 2.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#111801 (or 0x111801) is known color: Pine Tree. HEX triplet: 11, 18 and 01. RGB value is (17,24,1). Sum of RGB (Red+Green+Blue) = 17+24+1=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #111801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111801 is #EEE7FE. Grayscale: #131313. Windows color (decimal): -15656959 or 71697. OLE color: 71697.

HSL color Cylindrical-coordinate representation of color #111801: hue angle of 78.26º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #111801 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 24 1 -
CMYK 0.29 0 0.96 0.91
HSL 78.26º 0.92% 0.05% -
HSV(B) 78.26º 0.96% 0.09% -
XYZ 0.56 0.77 0.15 -
YUV 19.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 17 24 1 0.29 0 0.96 0.91 78.26 0.92 0.05
Hex 11 18 1 1D 0 60 5B 4E 5C 5
Octal 21 30 1 35 0 140 133 116 134 5
Binary 10001 11000 1 11101 0 1100000 1011011 1001110 1011100 101

Color Harmonies of #111801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111801

Black with #111801

Text Example


Text Example

White with #111801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111801; }

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

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

background-color css

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

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

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

border-color css

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

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

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