Html Css Color HEX #122409 Pine Tree

📋 copy color: '#122409'

red 18 ◦ green 36 ◦ blue 9

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

Shades of Pine Tree #122409

Tints of Pine Tree #122409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 57.14%

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

R = 28.57%
G = 57.14%
B = 14.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#122409 (or 0x122409) is known color: Pine Tree. HEX triplet: 12, 24 and 09. RGB value is (18,36,9). Sum of RGB (Red+Green+Blue) = 18+36+9=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #122409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122409 is #EDDBF6. Grayscale: #1B1B1B. Windows color (decimal): -15588343 or 599058. OLE color: 599058.

HSL color Cylindrical-coordinate representation of color #122409: hue angle of 100º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122409 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 36 9 -
CMYK 0.5 0 0.75 0.86
HSL 100º 0.6% 0.09% -
HSV(B) 100º 0.75% 0.14% -
XYZ 0.93 1.41 0.48 -
YUV 27.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 18 36 9 0.5 0 0.75 0.86 100 0.6 0.09
Hex 12 24 9 32 0 4B 56 64 3C 9
Octal 22 44 11 62 0 113 126 144 74 11
Binary 10010 100100 1001 110010 0 1001011 1010110 1100100 111100 1001

Color Harmonies of #122409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122409

Black with #122409

Text Example


Text Example

White with #122409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122409; }

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

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

background-color css

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

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

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

border-color css

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

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

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