#272F25

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

Shades of Oil #272F25

Tints of Oil #272F25

Color information

#272F25 (or 0x272F25) is unknown color: approx Oil. HEX triplet: 27, 2F and 25. RGB value is (39,47,37). Sum of RGB (Red+Green+Blue) = 39+47+37=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #272F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F25 is #D8D0DA. Grayscale: #2B2B2B. Windows color (decimal): -14209243 or 2436903. OLE color: 2436903.

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

Color convert

RGB394737-
CMYK0.1700.210.82
HSL108º11.9%16.47%-
HSV(B)108º21.28%18.43%-
XYZ2.192.62.14-
YUV43.47124.35124.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=31.71%
G=38.21%
B=30.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947370.1700.210.8210811.916.47
Hex272F2511015526cc10
Octal475745210251221541420
Binary1001111011111001011000101010110100101101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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