Html Css Color HEX #12190F Pine Tree

📋 copy color: '#12190F'

red 18 ◦ green 25 ◦ blue 15

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

Shades of Pine Tree #12190F

Tints of Pine Tree #12190F

RGB

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

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

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

R = 31.03%
G = 43.1%
B = 25.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#12190F (or 0x12190F) is known color: Pine Tree. HEX triplet: 12, 19 and 0F. RGB value is (18,25,15). Sum of RGB (Red+Green+Blue) = 18+25+15=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #12190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190F is #EDE6F0. Grayscale: #151515. Windows color (decimal): -15591153 or 989458. OLE color: 989458.

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

Color convert

RGB 18 25 15 -
CMYK 0.28 0 0.40 0.90
HSL 102º 0.25% 0.08% -
HSV(B) 102º 0.4% 0.1% -
XYZ 0.68 0.86 0.58 -
YUV 21.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 18 25 15 0.28 0 0.40 0.90 102 0.25 0.08
Hex 12 19 F 1C 0 28 5A 66 19 8
Octal 22 31 17 34 0 50 132 146 31 10
Binary 10010 11001 1111 11100 0 101000 1011010 1100110 11001 1000

Color Harmonies of #12190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12190F

Black with #12190F

Text Example


Text Example

White with #12190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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