Html Css Color HEX #112009 Pine Tree

📋 copy color: '#112009'

red 17 ◦ green 32 ◦ blue 9

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

Shades of Pine Tree #112009

Tints of Pine Tree #112009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 29.31%
G = 55.17%
B = 15.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#112009 (or 0x112009) is known color: Pine Tree. HEX triplet: 11, 20 and 09. RGB value is (17,32,9). Sum of RGB (Red+Green+Blue) = 17+32+9=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #112009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112009 is #EEDFF6. Grayscale: #181818. Windows color (decimal): -15654903 or 598033. OLE color: 598033.

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

Color convert

RGB 17 32 9 -
CMYK 0.47 0 0.72 0.87
HSL 99.13º 0.56% 0.08% -
HSV(B) 99.13º 0.72% 0.13% -
XYZ 0.8 1.17 0.44 -
YUV 24.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 17 32 9 0.47 0 0.72 0.87 99.13 0.56 0.08
Hex 11 20 9 2F 0 48 57 63 38 8
Octal 21 40 11 57 0 110 127 143 70 10
Binary 10001 100000 1001 101111 0 1001000 1010111 1100011 111000 1000

Color Harmonies of #112009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112009

Black with #112009

Text Example


Text Example

White with #112009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112009; }

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

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

background-color css

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

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

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

border-color css

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

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

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