Html Css Color HEX #19250F Pine Tree

📋 copy color: '#19250F'

red 25 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #19250F

Tints of Pine Tree #19250F

RGB

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

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

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

R = 32.47%
G = 48.05%
B = 19.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#19250F (or 0x19250F) is known color: Pine Tree. HEX triplet: 19, 25 and 0F. RGB value is (25,37,15). Sum of RGB (Red+Green+Blue) = 25+37+15=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #19250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250F is #E6DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15129329 or 992537. OLE color: 992537.

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

Color convert

RGB 25 37 15 -
CMYK 0.32 0 0.59 0.85
HSL 92.73º 0.42% 0.1% -
HSV(B) 92.73º 0.59% 0.15% -
XYZ 1.15 1.56 0.69 -
YUV 30.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 25 37 15 0.32 0 0.59 0.85 92.73 0.42 0.1
Hex 19 25 F 20 0 3B 55 5D 2A A
Octal 31 45 17 40 0 73 125 135 52 12
Binary 11001 100101 1111 100000 0 111011 1010101 1011101 101010 1010

Color Harmonies of #19250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19250F

Black with #19250F

Text Example


Text Example

White with #19250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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