Html Css Color HEX #111E0A Pine Tree

📋 copy color: '#111E0A'

red 17 ◦ green 30 ◦ blue 10

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

Shades of Pine Tree #111E0A

Tints of Pine Tree #111E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.54%

R = 29.82%
G = 52.63%
B = 17.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#111E0A (or 0x111E0A) is known color: Pine Tree. HEX triplet: 11, 1E and 0A. RGB value is (17,30,10). Sum of RGB (Red+Green+Blue) = 17+30+10=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #111E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E0A is #EEE1F5. Grayscale: #171717. Windows color (decimal): -15655414 or 663057. OLE color: 663057.

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

Color convert

RGB 17 30 10 -
CMYK 0.43 0 0.67 0.88
HSL 99º 0.5% 0.08% -
HSV(B) 99º 0.67% 0.12% -
XYZ 0.75 1.07 0.45 -
YUV 23.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 17 30 10 0.43 0 0.67 0.88 99 0.5 0.08
Hex 11 1E A 2B 0 43 58 63 32 8
Octal 21 36 12 53 0 103 130 143 62 10
Binary 10001 11110 1010 101011 0 1000011 1011000 1100011 110010 1000

Color Harmonies of #111E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E0A

Black with #111E0A

Text Example


Text Example

White with #111E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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