Html Css Color HEX #162009 Pine Tree

📋 copy color: '#162009'

red 22 ◦ green 32 ◦ blue 9

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

Shades of Pine Tree #162009

Tints of Pine Tree #162009

RGB

 RED value IS 22 (8.98% from 255) = 34.92%

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

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

R = 34.92%
G = 50.79%
B = 14.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#162009 (or 0x162009) is known color: Pine Tree. HEX triplet: 16, 20 and 09. RGB value is (22,32,9). Sum of RGB (Red+Green+Blue) = 22+32+9=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #162009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162009 is #E9DFF6. Grayscale: #1A1A1A. Windows color (decimal): -15327223 or 598038. OLE color: 598038.

HSL color Cylindrical-coordinate representation of color #162009: hue angle of 86.09º 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 #162009 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 22 32 9 -
CMYK 0.31 0 0.72 0.87
HSL 86.09º 0.56% 0.08% -
HSV(B) 86.09º 0.72% 0.13% -
XYZ 0.9 1.22 0.45 -
YUV 26.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 22 32 9 0.31 0 0.72 0.87 86.09 0.56 0.08
Hex 16 20 9 1F 0 48 57 56 38 8
Octal 26 40 11 37 0 110 127 126 70 10
Binary 10110 100000 1001 11111 0 1001000 1010111 1010110 111000 1000

Color Harmonies of #162009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #162009

Black with #162009

Text Example


Text Example

White with #162009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #162009; }

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

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

background-color css

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

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

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

border-color css

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

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

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