#20300F

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

Shades of Pine Tree #20300F

Tints of Pine Tree #20300F

Color information

#20300F (or 0x20300F) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 0F. RGB value is (32,48,15). Sum of RGB (Red+Green+Blue) = 32+48+15=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #20300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20300F is #DFCFF0. Grayscale: #272727. Windows color (decimal): -14667761 or 995360. OLE color: 995360.

HSL color Cylindrical-coordinate representation of color #20300F: hue angle of 89.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20300F is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB324815-
CMYK0.3300.690.81
HSL89.09º52.38%12.35%-
HSV(B)89.09º68.75%18.82%-
XYZ1.742.460.83-
YUV39.45114.2122.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=33.68%
G=50.53%
B=15.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248150.3300.690.8189.0952.3812.35
Hex2030F21045515934c
Octal4060174101051211316414
Binary100000110000111110000101000101101000110110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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