Html Css Color HEX #112400 Pine Tree

📋 copy color: '#112400'

red 17 ◦ green 36 ◦ blue 0

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

Shades of Pine Tree #112400

Tints of Pine Tree #112400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 67.92%

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

R = 32.08%
G = 67.92%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#112400 (or 0x112400) is known color: Pine Tree. HEX triplet: 11, 24 and 00. RGB value is (17,36,0). Sum of RGB (Red+Green+Blue) = 17+36+0=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #112400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112400 is #EEDBFF. Grayscale: #1A1A1A. Windows color (decimal): -15653888 or 9233. OLE color: 9233.

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

Color convert

RGB 17 36 0 -
CMYK 0.53 0 1 0.86
HSL 91.67º 1% 0.07% -
HSV(B) 91.67º 1% 0.14% -
XYZ 0.86 1.38 0.22 -
YUV 26.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 17 36 0 0.53 0 1 0.86 91.67 1 0.07
Hex 11 24 0 35 0 64 56 5C 64 7
Octal 21 44 0 65 0 144 126 134 144 7
Binary 10001 100100 0 110101 0 1100100 1010110 1011100 1100100 111

Color Harmonies of #112400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112400

Black with #112400

Text Example


Text Example

White with #112400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112400; }

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

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

background-color css

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

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

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

border-color css

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

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

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