Html Css Color HEX #111B00 Pine Tree

📋 copy color: '#111B00'

red 17 ◦ green 27 ◦ blue 0

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

Shades of Pine Tree #111B00

Tints of Pine Tree #111B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 61.36%

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

R = 38.64%
G = 61.36%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#111B00 (or 0x111B00) is known color: Pine Tree. HEX triplet: 11, 1B and 00. RGB value is (17,27,0). Sum of RGB (Red+Green+Blue) = 17+27+0=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #111B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B00 is #EEE4FF. Grayscale: #151515. Windows color (decimal): -15656192 or 6929. OLE color: 6929.

HSL color Cylindrical-coordinate representation of color #111B00: hue angle of 82.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #111B00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 27 0 -
CMYK 0.37 0 1 0.89
HSL 82.22º 1% 0.05% -
HSV(B) 82.22º 1% 0.11% -
XYZ 0.62 0.9 0.14 -
YUV 20.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 17 27 0 0.37 0 1 0.89 82.22 1 0.05
Hex 11 1B 0 25 0 64 59 52 64 5
Octal 21 33 0 45 0 144 131 122 144 5
Binary 10001 11011 0 100101 0 1100100 1011001 1010010 1100100 101

Color Harmonies of #111B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B00

Black with #111B00

Text Example


Text Example

White with #111B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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