Html Css Color HEX #12140F Pine Tree

📋 copy color: '#12140F'

red 18 ◦ green 20 ◦ blue 15

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

Shades of Pine Tree #12140F

Tints of Pine Tree #12140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 33.96%
G = 37.74%
B = 28.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#12140F (or 0x12140F) is known color: Pine Tree. HEX triplet: 12, 14 and 0F. RGB value is (18,20,15). Sum of RGB (Red+Green+Blue) = 18+20+15=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #12140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140F is #EDEBF0. Grayscale: #121212. Windows color (decimal): -15592433 or 988178. OLE color: 988178.

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

Color convert

RGB 18 20 15 -
CMYK 0.10 0 0.25 0.92
HSL 84º 0.14% 0.07% -
HSV(B) 84º 0.25% 0.08% -
XYZ 0.59 0.66 0.55 -
YUV 18.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 18 20 15 0.10 0 0.25 0.92 84 0.14 0.07
Hex 12 14 F A 0 19 5C 54 E 7
Octal 22 24 17 12 0 31 134 124 16 7
Binary 10010 10100 1111 1010 0 11001 1011100 1010100 1110 111

Color Harmonies of #12140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12140F

Black with #12140F

Text Example


Text Example

White with #12140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12140F; }

 p { color: rgb(18,20,15); }

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

background-color css

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

 a { background-color: rgb(18,20,15); }

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

border-color css

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

 span { border-color: rgb(18,20,15); }

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