Html Css Color HEX #122009 Pine Tree

📋 copy color: '#122009'

red 18 ◦ green 32 ◦ blue 9

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

Shades of Pine Tree #122009

Tints of Pine Tree #122009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 54.24%

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

R = 30.51%
G = 54.24%
B = 15.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#122009 (or 0x122009) is known color: Pine Tree. HEX triplet: 12, 20 and 09. RGB value is (18,32,9). Sum of RGB (Red+Green+Blue) = 18+32+9=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #122009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122009 is #EDDFF6. Grayscale: #191919. Windows color (decimal): -15589367 or 598034. OLE color: 598034.

HSL color Cylindrical-coordinate representation of color #122009: hue angle of 96.52º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122009 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 9 -
CMYK 0.44 0 0.72 0.87
HSL 96.52º 0.56% 0.08% -
HSV(B) 96.52º 0.72% 0.13% -
XYZ 0.82 1.18 0.44 -
YUV 25.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 18 32 9 0.44 0 0.72 0.87 96.52 0.56 0.08
Hex 12 20 9 2C 0 48 57 61 38 8
Octal 22 40 11 54 0 110 127 141 70 10
Binary 10010 100000 1001 101100 0 1001000 1010111 1100001 111000 1000

Color Harmonies of #122009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122009

Black with #122009

Text Example


Text Example

White with #122009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122009; }

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

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

background-color css

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

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

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

border-color css

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

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

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