Html Css Color HEX #112204 Pine Tree

📋 copy color: '#112204'

red 17 ◦ green 34 ◦ blue 4

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

Shades of Pine Tree #112204

Tints of Pine Tree #112204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 61.82%

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 30.91%
G = 61.82%
B = 7.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

#112204 (or 0x112204) is known color: Pine Tree. HEX triplet: 11, 22 and 04. RGB value is (17,34,4). Sum of RGB (Red+Green+Blue) = 17+34+4=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #112204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112204 is #EEDDFB. Grayscale: #191919. Windows color (decimal): -15654396 or 270865. OLE color: 270865.

HSL color Cylindrical-coordinate representation of color #112204: hue angle of 94º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112204 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 4 -
CMYK 0.50 0 0.88 0.87
HSL 94º 0.79% 0.07% -
HSV(B) 94º 0.88% 0.13% -
XYZ 0.83 1.27 0.32 -
YUV 25.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 17 34 4 0.50 0 0.88 0.87 94 0.79 0.07
Hex 11 22 4 32 0 58 57 5E 4F 7
Octal 21 42 4 62 0 130 127 136 117 7
Binary 10001 100010 100 110010 0 1011000 1010111 1011110 1001111 111

Color Harmonies of #112204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112204

Black with #112204

Text Example


Text Example

White with #112204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112204; }

 p { color: rgb(17,34,4); }

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

background-color css

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

 a { background-color: rgb(17,34,4); }

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

border-color css

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

 span { border-color: rgb(17,34,4); }

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