#272D26

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

Shades of Oil #272D26

Tints of Oil #272D26

Color information

#272D26 (or 0x272D26) is unknown color: approx Oil. HEX triplet: 27, 2D and 26. RGB value is (39,45,38). Sum of RGB (Red+Green+Blue) = 39+45+38=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 45 - color contains mainly: green. Hex color #272D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D26 is #D8D2D9. Grayscale: #2A2A2A. Windows color (decimal): -14209754 or 2501927. OLE color: 2501927.

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

Color convert

RGB394538-
CMYK0.1300.160.82
HSL111.43º8.43%16.27%-
HSV(B)111.43º15.56%17.65%-
XYZ2.122.452.19-
YUV42.41125.51125.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=31.97%
G=36.89%
B=31.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3945380.1300.160.82111.438.4316.27
Hex272D26D010526f810
Octal475546150201221571020
Binary100111101101100110110101000010100101101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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