#272C20

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

Shades of Pine Tree #272C20

Tints of Pine Tree #272C20

Color information

#272C20 (or 0x272C20) is unknown color: approx Pine Tree. HEX triplet: 27, 2C and 20. RGB value is (39,44,32). Sum of RGB (Red+Green+Blue) = 39+44+32=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #272C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C20 is #D8D3DF. Grayscale: #292929. Windows color (decimal): -14210016 or 2108455. OLE color: 2108455.

HSL color Cylindrical-coordinate representation of color #272C20: hue angle of 85º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #272C20 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB394432-
CMYK0.1100.270.83
HSL85º15.79%14.9%-
HSV(B)85º27.27%17.25%-
XYZ22.341.71-
YUV41.14122.84126.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=33.91%
G=38.26%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3944320.1100.270.838515.7914.9
Hex272C20B01B535510f
Octal475440130331231252017
Binary100111101100100000101101101110100111010101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272C20; }

 p { color: rgb(39,44,32); }

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

<style>
 a { background-color: #272C20; }

 a { background-color: rgb(39,44,32); }

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

<style>
 span { border-color: #272C20; }

 span { border-color: rgb(39,44,32); }

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