Html Css Color HEX #121609 Pine Tree

📋 copy color: '#121609'

red 18 ◦ green 22 ◦ blue 9

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

Shades of Pine Tree #121609

Tints of Pine Tree #121609

RGB

 RED value IS 18 (7.42% from 255) = 36.73%

 GREEN value IS 22 (8.98% from 255) = 44.9%

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

R = 36.73%
G = 44.9%
B = 18.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.91

RGB Variations

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

Color information

#121609 (or 0x121609) is known color: Pine Tree. HEX triplet: 12, 16 and 09. RGB value is (18,22,9). Sum of RGB (Red+Green+Blue) = 18+22+9=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #121609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121609 is #EDE9F6. Grayscale: #131313. Windows color (decimal): -15591927 or 595474. OLE color: 595474.

HSL color Cylindrical-coordinate representation of color #121609: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121609 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 9 -
CMYK 0.18 0 0.59 0.91
HSL 78.46º 0.42% 0.06% -
HSV(B) 78.46º 0.59% 0.09% -
XYZ 0.59 0.72 0.37 -
YUV 19.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 18 22 9 0.18 0 0.59 0.91 78.46 0.42 0.06
Hex 12 16 9 12 0 3B 5B 4E 2A 6
Octal 22 26 11 22 0 73 133 116 52 6
Binary 10010 10110 1001 10010 0 111011 1011011 1001110 101010 110

Color Harmonies of #121609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121609

Black with #121609

Text Example


Text Example

White with #121609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121609; }

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

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

background-color css

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

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

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

border-color css

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

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

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