Html Css Color HEX #121909 Pine Tree

📋 copy color: '#121909'

red 18 ◦ green 25 ◦ blue 9

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

Shades of Pine Tree #121909

Tints of Pine Tree #121909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 48.08%

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

R = 34.62%
G = 48.08%
B = 17.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#121909 (or 0x121909) is known color: Pine Tree. HEX triplet: 12, 19 and 09. RGB value is (18,25,9). Sum of RGB (Red+Green+Blue) = 18+25+9=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #121909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121909 is #EDE6F6. Grayscale: #151515. Windows color (decimal): -15591159 or 596242. OLE color: 596242.

HSL color Cylindrical-coordinate representation of color #121909: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121909 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 9 -
CMYK 0.28 0 0.64 0.90
HSL 86.25º 0.47% 0.07% -
HSV(B) 86.25º 0.64% 0.1% -
XYZ 0.65 0.84 0.39 -
YUV 21.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 18 25 9 0.28 0 0.64 0.90 86.25 0.47 0.07
Hex 12 19 9 1C 0 40 5A 56 2F 7
Octal 22 31 11 34 0 100 132 126 57 7
Binary 10010 11001 1001 11100 0 1000000 1011010 1010110 101111 111

Color Harmonies of #121909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121909

Black with #121909

Text Example


Text Example

White with #121909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121909; }

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

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

background-color css

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

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

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

border-color css

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

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

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