#272E20

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

Shades of Pine Tree #272E20

Tints of Pine Tree #272E20

Color information

#272E20 (or 0x272E20) is unknown color: approx Pine Tree. HEX triplet: 27, 2E and 20. RGB value is (39,46,32). Sum of RGB (Red+Green+Blue) = 39+46+32=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #272E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E20 is #D8D1DF. Grayscale: #2A2A2A. Windows color (decimal): -14209504 or 2108967. OLE color: 2108967.

HSL color Cylindrical-coordinate representation of color #272E20: hue angle of 90º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272E20 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB394632-
CMYK0.1500.300.82
HSL90º17.95%15.29%-
HSV(B)90º30.43%18.04%-
XYZ2.072.491.74-
YUV42.31122.18125.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=33.33%
G=39.32%
B=27.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3946320.1500.300.829017.9515.29
Hex272E20F01E525a12f
Octal475640170361221322217
Binary100111101110100000111101111010100101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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