Html Css Color HEX #112600 Pine Tree

📋 copy color: '#112600'

red 17 ◦ green 38 ◦ blue 0

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

Shades of Pine Tree #112600

Tints of Pine Tree #112600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 69.09%

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

R = 30.91%
G = 69.09%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#112600 (or 0x112600) is known color: Pine Tree. HEX triplet: 11, 26 and 00. RGB value is (17,38,0). Sum of RGB (Red+Green+Blue) = 17+38+0=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #112600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112600 is #EED9FF. Grayscale: #1B1B1B. Windows color (decimal): -15653376 or 9745. OLE color: 9745.

HSL color Cylindrical-coordinate representation of color #112600: hue angle of 93.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112600 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 0 -
CMYK 0.55 0 1 0.85
HSL 93.16º 1% 0.07% -
HSV(B) 93.16º 1% 0.15% -
XYZ 0.92 1.51 0.24 -
YUV 27.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 17 38 0 0.55 0 1 0.85 93.16 1 0.07
Hex 11 26 0 37 0 64 55 5D 64 7
Octal 21 46 0 67 0 144 125 135 144 7
Binary 10001 100110 0 110111 0 1100100 1010101 1011101 1100100 111

Color Harmonies of #112600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112600

Black with #112600

Text Example


Text Example

White with #112600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112600; }

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

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

background-color css

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

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

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

border-color css

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

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

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