#19300A

Color #19300A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #19300A

Tints of Pine Tree #19300A

Color information

#19300A (or 0x19300A) is unknown color: approx 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

RGB254810-
CMYK0.4800.790.81
HSL96.32º65.52%11.37%-
HSV(B)96.32º79.17%18.82%-
XYZ1.512.340.66-
YUV36.79112.88119.59-

RGB Variations

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

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.30% from 255) = 12.05%
R=30.12%
G=57.83%
B=12.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548100.4800.790.8196.3265.5211.37
Hex1930A3004F516042b
Octal31601260011712114010213
Binary110011100001010110000010011111010001110000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>