#20300C

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

Shades of Pine Tree #20300C

Tints of Pine Tree #20300C

Color information

#20300C (or 0x20300C) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 0C. RGB value is (32,48,12). Sum of RGB (Red+Green+Blue) = 32+48+12=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #20300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20300C is #DFCFF3. Grayscale: #272727. Windows color (decimal): -14667764 or 798752. OLE color: 798752.

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

Color convert

RGB324812-
CMYK0.3300.750.81
HSL86.67º60%11.76%-
HSV(B)86.67º75%18.82%-
XYZ1.722.450.73-
YUV39.11112.7122.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=34.78%
G=52.17%
B=13.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248120.3300.750.8186.676011.76
Hex2030C2104B51573cc
Octal4060144101131211277414
Binary100000110000110010000101001011101000110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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