Html Css Color HEX #19240C Pine Tree

📋 copy color: '#19240C'

red 25 ◦ green 36 ◦ blue 12

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

Shades of Pine Tree #19240C

Tints of Pine Tree #19240C

RGB

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

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

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

R = 34.25%
G = 49.32%
B = 16.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#19240C (or 0x19240C) is known color: Pine Tree. HEX triplet: 19, 24 and 0C. RGB value is (25,36,12). Sum of RGB (Red+Green+Blue) = 25+36+12=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #19240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240C is #E6DBF3. Grayscale: #1E1E1E. Windows color (decimal): -15129588 or 795673. OLE color: 795673.

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

Color convert

RGB 25 36 12 -
CMYK 0.31 0 0.67 0.86
HSL 87.5º 0.5% 0.09% -
HSV(B) 87.5º 0.67% 0.14% -
XYZ 1.1 1.49 0.58 -
YUV 29.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 25 36 12 0.31 0 0.67 0.86 87.5 0.5 0.09
Hex 19 24 C 1F 0 43 56 57 32 9
Octal 31 44 14 37 0 103 126 127 62 11
Binary 11001 100100 1100 11111 0 1000011 1010110 1010111 110010 1001

Color Harmonies of #19240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19240C

Black with #19240C

Text Example


Text Example

White with #19240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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