Html Css Color HEX #121510 Pine Tree

📋 copy color: '#121510'

red 18 ◦ green 21 ◦ blue 16

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

Shades of Pine Tree #121510

Tints of Pine Tree #121510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.18%

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

R = 32.73%
G = 38.18%
B = 29.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#121510 (or 0x121510) is known color: Pine Tree. HEX triplet: 12, 15 and 10. RGB value is (18,21,16). Sum of RGB (Red+Green+Blue) = 18+21+16=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #121510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121510 is #EDEAEF. Grayscale: #131313. Windows color (decimal): -15592176 or 1053970. OLE color: 1053970.

HSL color Cylindrical-coordinate representation of color #121510: hue angle of 96º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #121510 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 16 -
CMYK 0.14 0 0.24 0.92
HSL 96º 0.14% 0.07% -
HSV(B) 96º 0.24% 0.08% -
XYZ 0.61 0.7 0.59 -
YUV 19.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 18 21 16 0.14 0 0.24 0.92 96 0.14 0.07
Hex 12 15 10 E 0 18 5C 60 E 7
Octal 22 25 20 16 0 30 134 140 16 7
Binary 10010 10101 10000 1110 0 11000 1011100 1100000 1110 111

Color Harmonies of #121510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121510

Black with #121510

Text Example


Text Example

White with #121510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121510; }

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

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

background-color css

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

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

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

border-color css

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

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

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