Html Css Color HEX #19240B Pine Tree

📋 copy color: '#19240B'

red 25 ◦ green 36 ◦ blue 11

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

Shades of Pine Tree #19240B

Tints of Pine Tree #19240B

RGB

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

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

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

R = 34.72%
G = 50%
B = 15.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#19240B (or 0x19240B) is known color: Pine Tree. HEX triplet: 19, 24 and 0B. RGB value is (25,36,11). Sum of RGB (Red+Green+Blue) = 25+36+11=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #19240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240B is #E6DBF4. Grayscale: #1D1D1D. Windows color (decimal): -15129589 or 730137. OLE color: 730137.

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

Color convert

RGB 25 36 11 -
CMYK 0.31 0 0.69 0.86
HSL 86.4º 0.53% 0.09% -
HSV(B) 86.4º 0.69% 0.14% -
XYZ 1.09 1.49 0.55 -
YUV 29.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 25 36 11 0.31 0 0.69 0.86 86.4 0.53 0.09
Hex 19 24 B 1F 0 45 56 56 35 9
Octal 31 44 13 37 0 105 126 126 65 11
Binary 11001 100100 1011 11111 0 1000101 1010110 1010110 110101 1001

Color Harmonies of #19240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19240B

Black with #19240B

Text Example


Text Example

White with #19240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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