Html Css Color HEX #112700 Pine Tree

📋 copy color: '#112700'

red 17 ◦ green 39 ◦ blue 0

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

Shades of Pine Tree #112700

Tints of Pine Tree #112700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 69.64%

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

R = 30.36%
G = 69.64%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#112700 (or 0x112700) is known color: Pine Tree. HEX triplet: 11, 27 and 00. RGB value is (17,39,0). Sum of RGB (Red+Green+Blue) = 17+39+0=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #112700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112700 is #EED8FF. Grayscale: #1C1C1C. Windows color (decimal): -15653120 or 10001. OLE color: 10001.

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

Color convert

RGB 17 39 0 -
CMYK 0.56 0 1 0.85
HSL 93.85º 1% 0.08% -
HSV(B) 93.85º 1% 0.15% -
XYZ 0.96 1.57 0.25 -
YUV 27.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 17 39 0 0.56 0 1 0.85 93.85 1 0.08
Hex 11 27 0 38 0 64 55 5E 64 8
Octal 21 47 0 70 0 144 125 136 144 10
Binary 10001 100111 0 111000 0 1100100 1010101 1011110 1100100 1000

Color Harmonies of #112700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112700

Black with #112700

Text Example


Text Example

White with #112700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112700; }

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

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

background-color css

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

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

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

border-color css

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

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

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