Html Css Color HEX #121806 Pine Tree

📋 copy color: '#121806'

red 18 ◦ green 24 ◦ blue 6

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

Shades of Pine Tree #121806

Tints of Pine Tree #121806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 50%

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

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#121806 (or 0x121806) is known color: Pine Tree. HEX triplet: 12, 18 and 06. RGB value is (18,24,6). Sum of RGB (Red+Green+Blue) = 18+24+6=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #121806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121806 is #EDE7F9. Grayscale: #141414. Windows color (decimal): -15591418 or 399378. OLE color: 399378.

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

Color convert

RGB 18 24 6 -
CMYK 0.25 0 0.75 0.91
HSL 80º 0.6% 0.06% -
HSV(B) 80º 0.75% 0.09% -
XYZ 0.61 0.8 0.29 -
YUV 20.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 18 24 6 0.25 0 0.75 0.91 80 0.6 0.06
Hex 12 18 6 19 0 4B 5B 50 3C 6
Octal 22 30 6 31 0 113 133 120 74 6
Binary 10010 11000 110 11001 0 1001011 1011011 1010000 111100 110

Color Harmonies of #121806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121806

Black with #121806

Text Example


Text Example

White with #121806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121806; }

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

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

background-color css

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

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

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

border-color css

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

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

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