Html Css Color HEX #121310 Pine Tree

📋 copy color: '#121310'

red 18 ◦ green 19 ◦ blue 16

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

Shades of Pine Tree #121310

Tints of Pine Tree #121310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 33.96%
G = 35.85%
B = 30.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#121310 (or 0x121310) is known color: Pine Tree. HEX triplet: 12, 13 and 10. RGB value is (18,19,16). Sum of RGB (Red+Green+Blue) = 18+19+16=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 19 - color contains mainly: green. Hex color #121310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121310 is #EDECEF. Grayscale: #121212. Windows color (decimal): -15592688 or 1053458. OLE color: 1053458.

HSL color Cylindrical-coordinate representation of color #121310: hue angle of 80º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #121310 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 19 16 -
CMYK 0.05 0 0.16 0.93
HSL 80º 0.09% 0.07% -
HSV(B) 80º 0.16% 0.07% -
XYZ 0.58 0.63 0.58 -
YUV 18.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 18 19 16 0.05 0 0.16 0.93 80 0.09 0.07
Hex 12 13 10 5 0 10 5D 50 9 7
Octal 22 23 20 5 0 20 135 120 11 7
Binary 10010 10011 10000 101 0 10000 1011101 1010000 1001 111

Color Harmonies of #121310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121310

Black with #121310

Text Example


Text Example

White with #121310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121310; }

 p { color: rgb(18,19,16); }

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

background-color css

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

 a { background-color: rgb(18,19,16); }

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

border-color css

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

 span { border-color: rgb(18,19,16); }

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