Html Css Color HEX #19250B Pine Tree

📋 copy color: '#19250B'

red 25 ◦ green 37 ◦ blue 11

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

Shades of Pine Tree #19250B

Tints of Pine Tree #19250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 34.25%
G = 50.68%
B = 15.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#19250B (or 0x19250B) is known color: Pine Tree. HEX triplet: 19, 25 and 0B. RGB value is (25,37,11). Sum of RGB (Red+Green+Blue) = 25+37+11=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #19250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250B is #E6DAF4. Grayscale: #1E1E1E. Windows color (decimal): -15129333 or 730393. OLE color: 730393.

HSL color Cylindrical-coordinate representation of color #19250B: hue angle of 87.69º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19250B is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 37 11 -
CMYK 0.32 0 0.70 0.85
HSL 87.69º 0.54% 0.09% -
HSV(B) 87.69º 0.7% 0.15% -
XYZ 1.12 1.55 0.56 -
YUV 30.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 25 37 11 0.32 0 0.70 0.85 87.69 0.54 0.09
Hex 19 25 B 20 0 46 55 58 36 9
Octal 31 45 13 40 0 106 125 130 66 11
Binary 11001 100101 1011 100000 0 1000110 1010101 1011000 110110 1001

Color Harmonies of #19250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19250B

Black with #19250B

Text Example


Text Example

White with #19250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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