Html Css Color HEX #122006 Pine Tree

📋 copy color: '#122006'

red 18 ◦ green 32 ◦ blue 6

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

Shades of Pine Tree #122006

Tints of Pine Tree #122006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.71%

R = 32.14%
G = 57.14%
B = 10.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#122006 (or 0x122006) is known color: Pine Tree. HEX triplet: 12, 20 and 06. RGB value is (18,32,6). Sum of RGB (Red+Green+Blue) = 18+32+6=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #122006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122006 is #EDDFF9. Grayscale: #181818. Windows color (decimal): -15589370 or 401426. OLE color: 401426.

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

Color convert

RGB 18 32 6 -
CMYK 0.44 0 0.81 0.87
HSL 92.31º 0.68% 0.07% -
HSV(B) 92.31º 0.81% 0.13% -
XYZ 0.8 1.17 0.36 -
YUV 24.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 18 32 6 0.44 0 0.81 0.87 92.31 0.68 0.07
Hex 12 20 6 2C 0 51 57 5C 44 7
Octal 22 40 6 54 0 121 127 134 104 7
Binary 10010 100000 110 101100 0 1010001 1010111 1011100 1000100 111

Color Harmonies of #122006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122006

Black with #122006

Text Example


Text Example

White with #122006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122006; }

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

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

background-color css

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

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

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

border-color css

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

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

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