Html Css Color HEX #111A04 Pine Tree

📋 copy color: '#111A04'

red 17 ◦ green 26 ◦ blue 4

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

Shades of Pine Tree #111A04

Tints of Pine Tree #111A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 55.32%

 BLUE value IS 4 (1.95% from 255) = 8.51%

R = 36.17%
G = 55.32%
B = 8.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#111A04 (or 0x111A04) is known color: Pine Tree. HEX triplet: 11, 1A and 04. RGB value is (17,26,4). Sum of RGB (Red+Green+Blue) = 17+26+4=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #111A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A04 is #EEE5FB. Grayscale: #141414. Windows color (decimal): -15656444 or 268817. OLE color: 268817.

HSL color Cylindrical-coordinate representation of color #111A04: hue angle of 84.55º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111A04 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 26 4 -
CMYK 0.35 0 0.85 0.90
HSL 84.55º 0.73% 0.06% -
HSV(B) 84.55º 0.85% 0.1% -
XYZ 0.62 0.87 0.25 -
YUV 20.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 17 26 4 0.35 0 0.85 0.90 84.55 0.73 0.06
Hex 11 1A 4 23 0 55 5A 55 49 6
Octal 21 32 4 43 0 125 132 125 111 6
Binary 10001 11010 100 100011 0 1010101 1011010 1010101 1001001 110

Color Harmonies of #111A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A04

Black with #111A04

Text Example


Text Example

White with #111A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,26,4); }

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

background-color css

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

 a { background-color: rgb(17,26,4); }

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

border-color css

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

 span { border-color: rgb(17,26,4); }

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