Html Css Color HEX #112004 Pine Tree

📋 copy color: '#112004'

red 17 ◦ green 32 ◦ blue 4

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

Shades of Pine Tree #112004

Tints of Pine Tree #112004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

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

R = 32.08%
G = 60.38%
B = 7.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#112004 (or 0x112004) is known color: Pine Tree. HEX triplet: 11, 20 and 04. RGB value is (17,32,4). Sum of RGB (Red+Green+Blue) = 17+32+4=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #112004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112004 is #EEDFFB. Grayscale: #181818. Windows color (decimal): -15654908 or 270353. OLE color: 270353.

HSL color Cylindrical-coordinate representation of color #112004: hue angle of 92.14º degrees, saturation: 0.78, 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 #112004 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 4 -
CMYK 0.47 0 0.87 0.87
HSL 92.14º 0.78% 0.07% -
HSV(B) 92.14º 0.88% 0.13% -
XYZ 0.77 1.16 0.3 -
YUV 24.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 17 32 4 0.47 0 0.87 0.87 92.14 0.78 0.07
Hex 11 20 4 2F 0 57 57 5C 4E 7
Octal 21 40 4 57 0 127 127 134 116 7
Binary 10001 100000 100 101111 0 1010111 1010111 1011100 1001110 111

Color Harmonies of #112004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112004

Black with #112004

Text Example


Text Example

White with #112004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112004; }

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

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

background-color css

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

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

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

border-color css

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

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

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