Html Css Color HEX #19250D Pine Tree

📋 copy color: '#19250D'

red 25 ◦ green 37 ◦ blue 13

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

Shades of Pine Tree #19250D

Tints of Pine Tree #19250D

RGB

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

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

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

R = 33.33%
G = 49.33%
B = 17.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#19250D (or 0x19250D) is known color: Pine Tree. HEX triplet: 19, 25 and 0D. RGB value is (25,37,13). Sum of RGB (Red+Green+Blue) = 25+37+13=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #19250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250D is #E6DAF2. Grayscale: #1E1E1E. Windows color (decimal): -15129331 or 861465. OLE color: 861465.

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

Color convert

RGB 25 37 13 -
CMYK 0.32 0 0.65 0.85
HSL 90º 0.48% 0.1% -
HSV(B) 90º 0.65% 0.15% -
XYZ 1.14 1.56 0.62 -
YUV 30.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 25 37 13 0.32 0 0.65 0.85 90 0.48 0.1
Hex 19 25 D 20 0 41 55 5A 30 A
Octal 31 45 15 40 0 101 125 132 60 12
Binary 11001 100101 1101 100000 0 1000001 1010101 1011010 110000 1010

Color Harmonies of #19250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19250D

Black with #19250D

Text Example


Text Example

White with #19250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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