Html Css Color HEX #111E01 Pine Tree

📋 copy color: '#111E01'

red 17 ◦ green 30 ◦ blue 1

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

Shades of Pine Tree #111E01

Tints of Pine Tree #111E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 62.5%

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

R = 35.42%
G = 62.5%
B = 2.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#111E01 (or 0x111E01) is known color: Pine Tree. HEX triplet: 11, 1E and 01. RGB value is (17,30,1). Sum of RGB (Red+Green+Blue) = 17+30+1=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #111E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E01 is #EEE1FE. Grayscale: #161616. Windows color (decimal): -15655423 or 73233. OLE color: 73233.

HSL color Cylindrical-coordinate representation of color #111E01: hue angle of 86.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #111E01 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 30 1 -
CMYK 0.43 0 0.97 0.88
HSL 86.9º 0.94% 0.06% -
HSV(B) 86.9º 0.97% 0.12% -
XYZ 0.7 1.05 0.19 -
YUV 22.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 17 30 1 0.43 0 0.97 0.88 86.9 0.94 0.06
Hex 11 1E 1 2B 0 61 58 57 5E 6
Octal 21 36 1 53 0 141 130 127 136 6
Binary 10001 11110 1 101011 0 1100001 1011000 1010111 1011110 110

Color Harmonies of #111E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E01

Black with #111E01

Text Example


Text Example

White with #111E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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