#272F19

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

Shades of Pine Tree #272F19

Tints of Pine Tree #272F19

Color information

#272F19 (or 0x272F19) is unknown color: approx Pine Tree. HEX triplet: 27, 2F and 19. RGB value is (39,47,25). Sum of RGB (Red+Green+Blue) = 39+47+25=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #272F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F19 is #D8D0E6. Grayscale: #2A2A2A. Windows color (decimal): -14209255 or 1650471. OLE color: 1650471.

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

Color convert

RGB394725-
CMYK0.1700.470.82
HSL81.82º30.56%14.12%-
HSV(B)81.82º46.81%18.43%-
XYZ2.032.531.3-
YUV42.1118.35125.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=35.14%
G=42.34%
B=22.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947250.1700.470.8281.8230.5614.12
Hex272F191102F52521fe
Octal475731210571221223716
Binary1001111011111100110001010111110100101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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