Html Css Color HEX #12150E Pine Tree

📋 copy color: '#12150E'

red 18 ◦ green 21 ◦ blue 14

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

Shades of Pine Tree #12150E

Tints of Pine Tree #12150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 33.96%
G = 39.62%
B = 26.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#12150E (or 0x12150E) is known color: Pine Tree. HEX triplet: 12, 15 and 0E. RGB value is (18,21,14). Sum of RGB (Red+Green+Blue) = 18+21+14=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #12150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150E is #EDEAF1. Grayscale: #131313. Windows color (decimal): -15592178 or 922898. OLE color: 922898.

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

Color convert

RGB 18 21 14 -
CMYK 0.14 0 0.33 0.92
HSL 85.71º 0.2% 0.07% -
HSV(B) 85.71º 0.33% 0.08% -
XYZ 0.6 0.7 0.52 -
YUV 19.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 18 21 14 0.14 0 0.33 0.92 85.71 0.2 0.07
Hex 12 15 E E 0 21 5C 56 14 7
Octal 22 25 16 16 0 41 134 126 24 7
Binary 10010 10101 1110 1110 0 100001 1011100 1010110 10100 111

Color Harmonies of #12150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12150E

Black with #12150E

Text Example


Text Example

White with #12150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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