Html Css Color HEX #191F15 Pine Tree

📋 copy color: '#191F15'

red 25 ◦ green 31 ◦ blue 21

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

Shades of Pine Tree #191F15

Tints of Pine Tree #191F15

RGB

 RED value IS 25 (10.16% from 255) = 32.47%

 GREEN value IS 31 (12.5% from 255) = 40.26%

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 32.47%
G = 40.26%
B = 27.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#191F15 (or 0x191F15) is known color: Pine Tree. HEX triplet: 19, 1F and 15. RGB value is (25,31,21). Sum of RGB (Red+Green+Blue) = 25+31+21=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #191F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F15 is #E6E0EA. Grayscale: #1C1C1C. Windows color (decimal): -15130859 or 1384217. OLE color: 1384217.

HSL color Cylindrical-coordinate representation of color #191F15: hue angle of 96º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191F15 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 31 21 -
CMYK 0.19 0 0.32 0.88
HSL 96º 0.19% 0.1% -
HSV(B) 96º 0.32% 0.12% -
XYZ 1.03 1.24 0.89 -
YUV 28.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 25 31 21 0.19 0 0.32 0.88 96 0.19 0.1
Hex 19 1F 15 13 0 20 58 60 13 A
Octal 31 37 25 23 0 40 130 140 23 12
Binary 11001 11111 10101 10011 0 100000 1011000 1100000 10011 1010

Color Harmonies of #191F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F15

Black with #191F15

Text Example


Text Example

White with #191F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F15; }

 p { color: rgb(25,31,21); }

 H1.HeaderClassName
 {
   color: #191F15;
 }
 .AnyTagClassName
 {
   color: #191F15;
 }
</style>

background-color css

<style>
 a { background-color: #191F15; }

 a { background-color: rgb(25,31,21); }

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

border-color css

<style>
 span { border-color: #191F15; }

 span { border-color: rgb(25,31,21); }

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