Html Css Color HEX #12190E Pine Tree

📋 copy color: '#12190E'

red 18 ◦ green 25 ◦ blue 14

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

Shades of Pine Tree #12190E

Tints of Pine Tree #12190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 43.86%

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

R = 31.58%
G = 43.86%
B = 24.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#12190E (or 0x12190E) is known color: Pine Tree. HEX triplet: 12, 19 and 0E. RGB value is (18,25,14). Sum of RGB (Red+Green+Blue) = 18+25+14=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #12190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190E is #EDE6F1. Grayscale: #151515. Windows color (decimal): -15591154 or 923922. OLE color: 923922.

HSL color Cylindrical-coordinate representation of color #12190E: hue angle of 98.18º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12190E is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 14 -
CMYK 0.28 0 0.44 0.90
HSL 98.18º 0.28% 0.08% -
HSV(B) 98.18º 0.44% 0.1% -
XYZ 0.68 0.86 0.54 -
YUV 21.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 18 25 14 0.28 0 0.44 0.90 98.18 0.28 0.08
Hex 12 19 E 1C 0 2C 5A 62 1C 8
Octal 22 31 16 34 0 54 132 142 34 10
Binary 10010 11001 1110 11100 0 101100 1011010 1100010 11100 1000

Color Harmonies of #12190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12190E

Black with #12190E

Text Example


Text Example

White with #12190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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