Html Css Color HEX #122606 Pine Tree

📋 copy color: '#122606'

red 18 ◦ green 38 ◦ blue 6

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

Shades of Pine Tree #122606

Tints of Pine Tree #122606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 61.29%

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

R = 29.03%
G = 61.29%
B = 9.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#122606 (or 0x122606) is known color: Pine Tree. HEX triplet: 12, 26 and 06. RGB value is (18,38,6). Sum of RGB (Red+Green+Blue) = 18+38+6=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #122606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122606 is #EDD9F9. Grayscale: #1C1C1C. Windows color (decimal): -15587834 or 402962. OLE color: 402962.

HSL color Cylindrical-coordinate representation of color #122606: hue angle of 97.5º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122606 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 6 -
CMYK 0.53 0 0.84 0.85
HSL 97.5º 0.73% 0.09% -
HSV(B) 97.5º 0.84% 0.15% -
XYZ 0.98 1.53 0.42 -
YUV 28.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 18 38 6 0.53 0 0.84 0.85 97.5 0.73 0.09
Hex 12 26 6 35 0 54 55 62 49 9
Octal 22 46 6 65 0 124 125 142 111 11
Binary 10010 100110 110 110101 0 1010100 1010101 1100010 1001001 1001

Color Harmonies of #122606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122606

Black with #122606

Text Example


Text Example

White with #122606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122606; }

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

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

background-color css

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

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

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

border-color css

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

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

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