Html Css Color HEX #112100 Pine Tree

📋 copy color: '#112100'

red 17 ◦ green 33 ◦ blue 0

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

Shades of Pine Tree #112100

Tints of Pine Tree #112100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 66%

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

R = 34%
G = 66%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#112100 (or 0x112100) is known color: Pine Tree. HEX triplet: 11, 21 and 00. RGB value is (17,33,0). Sum of RGB (Red+Green+Blue) = 17+33+0=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #112100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112100 is #EEDEFF. Grayscale: #181818. Windows color (decimal): -15654656 or 8465. OLE color: 8465.

HSL color Cylindrical-coordinate representation of color #112100: hue angle of 89.09º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112100 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 33 0 -
CMYK 0.48 0 1 0.87
HSL 89.09º 1% 0.06% -
HSV(B) 89.09º 1% 0.13% -
XYZ 0.78 1.21 0.19 -
YUV 24.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 17 33 0 0.48 0 1 0.87 89.09 1 0.06
Hex 11 21 0 30 0 64 57 59 64 6
Octal 21 41 0 60 0 144 127 131 144 6
Binary 10001 100001 0 110000 0 1100100 1010111 1011001 1100100 110

Color Harmonies of #112100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112100

Black with #112100

Text Example


Text Example

White with #112100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112100; }

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

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

background-color css

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

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

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

border-color css

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

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

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