Html Css Color HEX #121709 Pine Tree

📋 copy color: '#121709'

red 18 ◦ green 23 ◦ blue 9

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

Shades of Pine Tree #121709

Tints of Pine Tree #121709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 46%

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

R = 36%
G = 46%
B = 18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#121709 (or 0x121709) is known color: Pine Tree. HEX triplet: 12, 17 and 09. RGB value is (18,23,9). Sum of RGB (Red+Green+Blue) = 18+23+9=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #121709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121709 is #EDE8F6. Grayscale: #131313. Windows color (decimal): -15591671 or 595730. OLE color: 595730.

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

Color convert

RGB 18 23 9 -
CMYK 0.22 0 0.61 0.91
HSL 81.43º 0.44% 0.06% -
HSV(B) 81.43º 0.61% 0.09% -
XYZ 0.61 0.76 0.37 -
YUV 19.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 18 23 9 0.22 0 0.61 0.91 81.43 0.44 0.06
Hex 12 17 9 16 0 3D 5B 51 2C 6
Octal 22 27 11 26 0 75 133 121 54 6
Binary 10010 10111 1001 10110 0 111101 1011011 1010001 101100 110

Color Harmonies of #121709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121709

Black with #121709

Text Example


Text Example

White with #121709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121709; }

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

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

background-color css

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

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

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

border-color css

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

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

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