#20300A

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

Shades of Pine Tree #20300A

Tints of Pine Tree #20300A

Color information

#20300A (or 0x20300A) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 0A. RGB value is (32,48,10). Sum of RGB (Red+Green+Blue) = 32+48+10=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #20300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20300A is #DFCFF5. Grayscale: #272727. Windows color (decimal): -14667766 or 667680. OLE color: 667680.

HSL color Cylindrical-coordinate representation of color #20300A: hue angle of 85.26º 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 #20300A is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB324810-
CMYK0.3300.790.81
HSL85.26º65.52%11.37%-
HSV(B)85.26º79.17%18.82%-
XYZ1.712.440.67-
YUV38.88111.7123.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=35.56%
G=53.33%
B=11.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248100.3300.790.8185.2665.5211.37
Hex2030A2104F515542b
Octal40601241011712112510213
Binary1000001100001010100001010011111010001101010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20300A;
 }
 .AnyTagClassName
 {
   color: #20300A;
 }
</style>
background-color css

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

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

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

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

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

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