Html Css Color HEX #111C00 Pine Tree

📋 copy color: '#111C00'

red 17 ◦ green 28 ◦ blue 0

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

Shades of Pine Tree #111C00

Tints of Pine Tree #111C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 62.22%

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

R = 37.78%
G = 62.22%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#111C00 (or 0x111C00) is known color: Pine Tree. HEX triplet: 11, 1C and 00. RGB value is (17,28,0). Sum of RGB (Red+Green+Blue) = 17+28+0=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #111C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C00 is #EEE3FF. Grayscale: #151515. Windows color (decimal): -15655936 or 7185. OLE color: 7185.

HSL color Cylindrical-coordinate representation of color #111C00: hue angle of 83.57º 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 #111C00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 28 0 -
CMYK 0.39 0 1 0.89
HSL 83.57º 1% 0.05% -
HSV(B) 83.57º 1% 0.11% -
XYZ 0.65 0.95 0.15 -
YUV 21.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 17 28 0 0.39 0 1 0.89 83.57 1 0.05
Hex 11 1C 0 27 0 64 59 54 64 5
Octal 21 34 0 47 0 144 131 124 144 5
Binary 10001 11100 0 100111 0 1100100 1011001 1010100 1100100 101

Color Harmonies of #111C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C00

Black with #111C00

Text Example


Text Example

White with #111C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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