Html Css Color HEX #111F0A Pine Tree

📋 copy color: '#111F0A'

red 17 ◦ green 31 ◦ blue 10

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

Shades of Pine Tree #111F0A

Tints of Pine Tree #111F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 53.45%

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

R = 29.31%
G = 53.45%
B = 17.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#111F0A (or 0x111F0A) is known color: Pine Tree. HEX triplet: 11, 1F and 0A. RGB value is (17,31,10). Sum of RGB (Red+Green+Blue) = 17+31+10=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #111F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F0A is #EEE0F5. Grayscale: #181818. Windows color (decimal): -15655158 or 663313. OLE color: 663313.

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

Color convert

RGB 17 31 10 -
CMYK 0.45 0 0.68 0.88
HSL 100º 0.51% 0.08% -
HSV(B) 100º 0.68% 0.12% -
XYZ 0.78 1.12 0.46 -
YUV 24.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 17 31 10 0.45 0 0.68 0.88 100 0.51 0.08
Hex 11 1F A 2D 0 44 58 64 33 8
Octal 21 37 12 55 0 104 130 144 63 10
Binary 10001 11111 1010 101101 0 1000100 1011000 1100100 110011 1000

Color Harmonies of #111F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F0A

Black with #111F0A

Text Example


Text Example

White with #111F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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