Html Css Color HEX #19250C Pine Tree

📋 copy color: '#19250C'

red 25 ◦ green 37 ◦ blue 12

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

Shades of Pine Tree #19250C

Tints of Pine Tree #19250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.22%

R = 33.78%
G = 50%
B = 16.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#19250C (or 0x19250C) is known color: Pine Tree. HEX triplet: 19, 25 and 0C. RGB value is (25,37,12). Sum of RGB (Red+Green+Blue) = 25+37+12=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #19250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250C is #E6DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15129332 or 795929. OLE color: 795929.

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

Color convert

RGB 25 37 12 -
CMYK 0.32 0 0.68 0.85
HSL 88.8º 0.51% 0.1% -
HSV(B) 88.8º 0.68% 0.15% -
XYZ 1.13 1.56 0.59 -
YUV 30.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 25 37 12 0.32 0 0.68 0.85 88.8 0.51 0.1
Hex 19 25 C 20 0 44 55 59 33 A
Octal 31 45 14 40 0 104 125 131 63 12
Binary 11001 100101 1100 100000 0 1000100 1010101 1011001 110011 1010

Color Harmonies of #19250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19250C

Black with #19250C

Text Example


Text Example

White with #19250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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