Html Css Color HEX #19240A Pine Tree

📋 copy color: '#19240A'

red 25 ◦ green 36 ◦ blue 10

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

Shades of Pine Tree #19240A

Tints of Pine Tree #19240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50.7%

 BLUE value IS 10 (4.3% from 255) = 14.08%

R = 35.21%
G = 50.7%
B = 14.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#19240A (or 0x19240A) is known color: Pine Tree. HEX triplet: 19, 24 and 0A. RGB value is (25,36,10). Sum of RGB (Red+Green+Blue) = 25+36+10=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #19240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240A is #E6DBF5. Grayscale: #1D1D1D. Windows color (decimal): -15129590 or 664601. OLE color: 664601.

HSL color Cylindrical-coordinate representation of color #19240A: hue angle of 85.38º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19240A is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 36 10 -
CMYK 0.31 0 0.72 0.86
HSL 85.38º 0.57% 0.09% -
HSV(B) 85.38º 0.72% 0.14% -
XYZ 1.09 1.49 0.52 -
YUV 29.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 25 36 10 0.31 0 0.72 0.86 85.38 0.57 0.09
Hex 19 24 A 1F 0 48 56 55 39 9
Octal 31 44 12 37 0 110 126 125 71 11
Binary 11001 100100 1010 11111 0 1001000 1010110 1010101 111001 1001

Color Harmonies of #19240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19240A

Black with #19240A

Text Example


Text Example

White with #19240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19240A; }

 p { color: rgb(25,36,10); }

 H1.HeaderClassName
 {
   color: #19240A;
 }
 .AnyTagClassName
 {
   color: #19240A;
 }
</style>

background-color css

<style>
 a { background-color: #19240A; }

 a { background-color: rgb(25,36,10); }

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

border-color css

<style>
 span { border-color: #19240A; }

 span { border-color: rgb(25,36,10); }

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