Html Css Color HEX #12190D Pine Tree

📋 copy color: '#12190D'

red 18 ◦ green 25 ◦ blue 13

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

Shades of Pine Tree #12190D

Tints of Pine Tree #12190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 32.14%
G = 44.64%
B = 23.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#12190D (or 0x12190D) is known color: Pine Tree. HEX triplet: 12, 19 and 0D. RGB value is (18,25,13). Sum of RGB (Red+Green+Blue) = 18+25+13=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #12190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190D is #EDE6F2. Grayscale: #151515. Windows color (decimal): -15591155 or 858386. OLE color: 858386.

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

Color convert

RGB 18 25 13 -
CMYK 0.28 0 0.48 0.90
HSL 95º 0.32% 0.07% -
HSV(B) 95º 0.48% 0.1% -
XYZ 0.67 0.85 0.51 -
YUV 21.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 18 25 13 0.28 0 0.48 0.90 95 0.32 0.07
Hex 12 19 D 1C 0 30 5A 5F 20 7
Octal 22 31 15 34 0 60 132 137 40 7
Binary 10010 11001 1101 11100 0 110000 1011010 1011111 100000 111

Color Harmonies of #12190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12190D

Black with #12190D

Text Example


Text Example

White with #12190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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