Html Css Color HEX #112005 Pine Tree

📋 copy color: '#112005'

red 17 ◦ green 32 ◦ blue 5

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

Shades of Pine Tree #112005

Tints of Pine Tree #112005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 31.48%
G = 59.26%
B = 9.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.87

RGB Variations

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

Color information

#112005 (or 0x112005) is known color: Pine Tree. HEX triplet: 11, 20 and 05. RGB value is (17,32,5). Sum of RGB (Red+Green+Blue) = 17+32+5=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #112005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112005 is #EEDFFA. Grayscale: #181818. Windows color (decimal): -15654907 or 335889. OLE color: 335889.

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

Color convert

RGB 17 32 5 -
CMYK 0.47 0 0.84 0.87
HSL 93.33º 0.73% 0.07% -
HSV(B) 93.33º 0.84% 0.13% -
XYZ 0.78 1.16 0.33 -
YUV 24.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 17 32 5 0.47 0 0.84 0.87 93.33 0.73 0.07
Hex 11 20 5 2F 0 54 57 5D 49 7
Octal 21 40 5 57 0 124 127 135 111 7
Binary 10001 100000 101 101111 0 1010100 1010111 1011101 1001001 111

Color Harmonies of #112005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112005

Black with #112005

Text Example


Text Example

White with #112005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112005; }

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

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

background-color css

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

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

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

border-color css

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

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

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