Html Css Color HEX #112C00 Pine Tree

📋 copy color: '#112C00'

red 17 ◦ green 44 ◦ blue 0

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

Shades of Pine Tree #112C00

Tints of Pine Tree #112C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 72.13%

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

R = 27.87%
G = 72.13%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.83

RGB Variations

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

Color information

#112C00 (or 0x112C00) is known color: Pine Tree. HEX triplet: 11, 2C and 00. RGB value is (17,44,0). Sum of RGB (Red+Green+Blue) = 17+44+0=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #112C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C00 is #EED3FF. Grayscale: #1F1F1F. Windows color (decimal): -15651840 or 11281. OLE color: 11281.

HSL color Cylindrical-coordinate representation of color #112C00: hue angle of 96.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112C00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 44 0 -
CMYK 0.61 0 1 0.83
HSL 96.82º 1% 0.09% -
HSV(B) 96.82º 1% 0.17% -
XYZ 1.13 1.92 0.31 -
YUV 30.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 17 44 0 0.61 0 1 0.83 96.82 1 0.09
Hex 11 2C 0 3D 0 64 53 61 64 9
Octal 21 54 0 75 0 144 123 141 144 11
Binary 10001 101100 0 111101 0 1100100 1010011 1100001 1100100 1001

Color Harmonies of #112C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C00

Black with #112C00

Text Example


Text Example

White with #112C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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