Html Css Color HEX #12150C Pine Tree

📋 copy color: '#12150C'

red 18 ◦ green 21 ◦ blue 12

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

Shades of Pine Tree #12150C

Tints of Pine Tree #12150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 35.29%
G = 41.18%
B = 23.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#12150C (or 0x12150C) is known color: Pine Tree. HEX triplet: 12, 15 and 0C. RGB value is (18,21,12). Sum of RGB (Red+Green+Blue) = 18+21+12=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #12150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150C is #EDEAF3. Grayscale: #131313. Windows color (decimal): -15592180 or 791826. OLE color: 791826.

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

Color convert

RGB 18 21 12 -
CMYK 0.14 0 0.43 0.92
HSL 80º 0.27% 0.06% -
HSV(B) 80º 0.43% 0.08% -
XYZ 0.58 0.69 0.45 -
YUV 19.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 18 21 12 0.14 0 0.43 0.92 80 0.27 0.06
Hex 12 15 C E 0 2B 5C 50 1B 6
Octal 22 25 14 16 0 53 134 120 33 6
Binary 10010 10101 1100 1110 0 101011 1011100 1010000 11011 110

Color Harmonies of #12150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12150C

Black with #12150C

Text Example


Text Example

White with #12150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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