#272F1F

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

Shades of Pine Tree #272F1F

Tints of Pine Tree #272F1F

Color information

#272F1F (or 0x272F1F) is unknown color: approx Pine Tree. HEX triplet: 27, 2F and 1F. RGB value is (39,47,31). Sum of RGB (Red+Green+Blue) = 39+47+31=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #272F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F1F is #D8D0E0. Grayscale: #2A2A2A. Windows color (decimal): -14209249 or 2043687. OLE color: 2043687.

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

Color convert

RGB394731-
CMYK0.1700.340.82
HSL90º20.51%15.29%-
HSV(B)90º34.04%18.43%-
XYZ2.12.561.68-
YUV42.78121.35125.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=33.33%
G=40.17%
B=26.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947310.1700.340.829020.5115.29
Hex272F1F11022525a15f
Octal475737210421221322517
Binary1001111011111111110001010001010100101011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,31); }

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

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

 a { background-color: rgb(39,47,31); }

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

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

 span { border-color: rgb(39,47,31); }

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