Html Css Color HEX #19250E Pine Tree

📋 copy color: '#19250E'

red 25 ◦ green 37 ◦ blue 14

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

Shades of Pine Tree #19250E

Tints of Pine Tree #19250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.68%

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

R = 32.89%
G = 48.68%
B = 18.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#19250E (or 0x19250E) is known color: Pine Tree. HEX triplet: 19, 25 and 0E. RGB value is (25,37,14). Sum of RGB (Red+Green+Blue) = 25+37+14=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #19250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250E is #E6DAF1. Grayscale: #1E1E1E. Windows color (decimal): -15129330 or 927001. OLE color: 927001.

HSL color Cylindrical-coordinate representation of color #19250E: hue angle of 91.3º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19250E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 37 14 -
CMYK 0.32 0 0.62 0.85
HSL 91.3º 0.45% 0.1% -
HSV(B) 91.3º 0.62% 0.15% -
XYZ 1.14 1.56 0.66 -
YUV 30.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 25 37 14 0.32 0 0.62 0.85 91.3 0.45 0.1
Hex 19 25 E 20 0 3E 55 5B 2D A
Octal 31 45 16 40 0 76 125 133 55 12
Binary 11001 100101 1110 100000 0 111110 1010101 1011011 101101 1010

Color Harmonies of #19250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19250E

Black with #19250E

Text Example


Text Example

White with #19250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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