Html Css Color HEX #121809 Pine Tree

📋 copy color: '#121809'

red 18 ◦ green 24 ◦ blue 9

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

Shades of Pine Tree #121809

Tints of Pine Tree #121809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

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

R = 35.29%
G = 47.06%
B = 17.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#121809 (or 0x121809) is known color: Pine Tree. HEX triplet: 12, 18 and 09. RGB value is (18,24,9). Sum of RGB (Red+Green+Blue) = 18+24+9=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #121809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121809 is #EDE7F6. Grayscale: #141414. Windows color (decimal): -15591415 or 595986. OLE color: 595986.

HSL color Cylindrical-coordinate representation of color #121809: hue angle of 84º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121809 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 24 9 -
CMYK 0.25 0 0.63 0.91
HSL 84º 0.45% 0.06% -
HSV(B) 84º 0.63% 0.09% -
XYZ 0.63 0.8 0.38 -
YUV 20.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 18 24 9 0.25 0 0.63 0.91 84 0.45 0.06
Hex 12 18 9 19 0 3F 5B 54 2D 6
Octal 22 30 11 31 0 77 133 124 55 6
Binary 10010 11000 1001 11001 0 111111 1011011 1010100 101101 110

Color Harmonies of #121809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121809

Black with #121809

Text Example


Text Example

White with #121809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121809; }

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

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

background-color css

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

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

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

border-color css

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

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

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