Html Css Color HEX #111800 Pine Tree

📋 copy color: '#111800'

red 17 ◦ green 24 ◦ blue 0

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

Shades of Pine Tree #111800

Tints of Pine Tree #111800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.46%
G = 58.54%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#111800 (or 0x111800) is known color: Pine Tree. HEX triplet: 11, 18 and 00. RGB value is (17,24,0). Sum of RGB (Red+Green+Blue) = 17+24+0=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #111800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111800 is #EEE7FF. Grayscale: #131313. Windows color (decimal): -15656960 or 6161. OLE color: 6161.

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

Color convert

RGB 17 24 0 -
CMYK 0.29 0 1 0.91
HSL 77.5º 1% 0.05% -
HSV(B) 77.5º 1% 0.09% -
XYZ 0.56 0.77 0.12 -
YUV 19.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 17 24 0 0.29 0 1 0.91 77.5 1 0.05
Hex 11 18 0 1D 0 64 5B 4E 64 5
Octal 21 30 0 35 0 144 133 116 144 5
Binary 10001 11000 0 11101 0 1100100 1011011 1001110 1100100 101

Color Harmonies of #111800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111800

Black with #111800

Text Example


Text Example

White with #111800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111800; }

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

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

background-color css

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

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

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

border-color css

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

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

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