#272D1E

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

Shades of Pine Tree #272D1E

Tints of Pine Tree #272D1E

Color information

#272D1E (or 0x272D1E) is unknown color: approx Pine Tree. HEX triplet: 27, 2D and 1E. RGB value is (39,45,30). Sum of RGB (Red+Green+Blue) = 39+45+30=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #272D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D1E is #D8D2E1. Grayscale: #292929. Windows color (decimal): -14209762 or 1977639. OLE color: 1977639.

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

Color convert

RGB394530-
CMYK0.1300.330.82
HSL84º20%14.71%-
HSV(B)84º33.33%17.65%-
XYZ2.012.41.59-
YUV41.5121.51126.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=34.21%
G=39.47%
B=26.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3945300.1300.330.82842014.71
Hex272D1ED021525414f
Octal475536150411221242417
Binary100111101101111101101010000110100101010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,30); }

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

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

 a { background-color: rgb(39,45,30); }

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

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

 span { border-color: rgb(39,45,30); }

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