Html Css Color HEX #121311 Pine Tree

📋 copy color: '#121311'

red 18 ◦ green 19 ◦ blue 17

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

Shades of Pine Tree #121311

Tints of Pine Tree #121311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 33.33%
G = 35.19%
B = 31.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#121311 (or 0x121311) is known color: Pine Tree. HEX triplet: 12, 13 and 11. RGB value is (18,19,17). Sum of RGB (Red+Green+Blue) = 18+19+17=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 19 - color contains mainly: green. Hex color #121311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121311 is #EDECEE. Grayscale: #121212. Windows color (decimal): -15592687 or 1118994. OLE color: 1118994.

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

Color convert

RGB 18 19 17 -
CMYK 0.05 0 0.11 0.93
HSL 90º 0.06% 0.07% -
HSV(B) 90º 0.11% 0.07% -
XYZ 0.58 0.63 0.62 -
YUV 18.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 18 19 17 0.05 0 0.11 0.93 90 0.06 0.07
Hex 12 13 11 5 0 B 5D 5A 6 7
Octal 22 23 21 5 0 13 135 132 6 7
Binary 10010 10011 10001 101 0 1011 1011101 1011010 110 111

Color Harmonies of #121311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121311

Black with #121311

Text Example


Text Example

White with #121311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121311; }

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

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

background-color css

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

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

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

border-color css

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

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

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