Html Css Color HEX #19300A Pine Tree

📋 copy color: '#19300A'

red 25 ◦ green 48 ◦ blue 10

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

Shades of Pine Tree #19300A

Tints of Pine Tree #19300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 57.83%

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

R = 30.12%
G = 57.83%
B = 12.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#19300A (or 0x19300A) is known color: Pine Tree. HEX triplet: 19, 30 and 0A. RGB value is (25,48,10). Sum of RGB (Red+Green+Blue) = 25+48+10=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #19300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300A is #E6CFF5. Grayscale: #242424. Windows color (decimal): -15126518 or 667673. OLE color: 667673.

HSL color Cylindrical-coordinate representation of color #19300A: hue angle of 96.32º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19300A is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 48 10 -
CMYK 0.48 0 0.79 0.81
HSL 96.32º 0.66% 0.11% -
HSV(B) 96.32º 0.79% 0.19% -
XYZ 1.51 2.34 0.66 -
YUV 36.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 25 48 10 0.48 0 0.79 0.81 96.32 0.66 0.11
Hex 19 30 A 30 0 4F 51 60 42 B
Octal 31 60 12 60 0 117 121 140 102 13
Binary 11001 110000 1010 110000 0 1001111 1010001 1100000 1000010 1011

Color Harmonies of #19300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19300A

Black with #19300A

Text Example


Text Example

White with #19300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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