Html Css Color HEX #122109 Pine Tree

📋 copy color: '#122109'

red 18 ◦ green 33 ◦ blue 9

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

Shades of Pine Tree #122109

Tints of Pine Tree #122109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

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

R = 30%
G = 55%
B = 15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#122109 (or 0x122109) is known color: Pine Tree. HEX triplet: 12, 21 and 09. RGB value is (18,33,9). Sum of RGB (Red+Green+Blue) = 18+33+9=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #122109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122109 is #EDDEF6. Grayscale: #191919. Windows color (decimal): -15589111 or 598290. OLE color: 598290.

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

Color convert

RGB 18 33 9 -
CMYK 0.45 0 0.73 0.87
HSL 97.5º 0.57% 0.08% -
HSV(B) 97.5º 0.73% 0.13% -
XYZ 0.84 1.24 0.45 -
YUV 25.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 18 33 9 0.45 0 0.73 0.87 97.5 0.57 0.08
Hex 12 21 9 2D 0 49 57 62 39 8
Octal 22 41 11 55 0 111 127 142 71 10
Binary 10010 100001 1001 101101 0 1001001 1010111 1100010 111001 1000

Color Harmonies of #122109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122109

Black with #122109

Text Example


Text Example

White with #122109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122109; }

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

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

background-color css

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

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

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

border-color css

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

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

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