Html Css Color HEX #19240D Pine Tree

📋 copy color: '#19240D'

red 25 ◦ green 36 ◦ blue 13

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

Shades of Pine Tree #19240D

Tints of Pine Tree #19240D

RGB

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

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

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

R = 33.78%
G = 48.65%
B = 17.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#19240D (or 0x19240D) is known color: Pine Tree. HEX triplet: 19, 24 and 0D. RGB value is (25,36,13). Sum of RGB (Red+Green+Blue) = 25+36+13=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #19240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240D is #E6DBF2. Grayscale: #1E1E1E. Windows color (decimal): -15129587 or 861209. OLE color: 861209.

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

Color convert

RGB 25 36 13 -
CMYK 0.31 0 0.64 0.86
HSL 88.7º 0.47% 0.1% -
HSV(B) 88.7º 0.64% 0.14% -
XYZ 1.1 1.5 0.61 -
YUV 30.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 25 36 13 0.31 0 0.64 0.86 88.7 0.47 0.1
Hex 19 24 D 1F 0 40 56 59 2F A
Octal 31 44 15 37 0 100 126 131 57 12
Binary 11001 100100 1101 11111 0 1000000 1010110 1011001 101111 1010

Color Harmonies of #19240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19240D

Black with #19240D

Text Example


Text Example

White with #19240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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