#27302F

Color #27302F Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #27302F

Tints of Aztec #27302F

Color information

#27302F (or 0x27302F) is unknown color: approx Aztec. HEX triplet: 27, 30 and 2F. RGB value is (39,48,47). Sum of RGB (Red+Green+Blue) = 39+48+47=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #27302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27302F is #D8CFD0. Grayscale: #2D2D2D. Windows color (decimal): -14208977 or 3092519. OLE color: 3092519.

HSL color Cylindrical-coordinate representation of color #27302F: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #27302F is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB394847-
CMYK0.1900.020.81
HSL173.33º10.34%17.06%-
HSV(B)173.33º18.75%18.82%-
XYZ2.412.753.09-
YUV45.19129.02123.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=29.10%
G=35.82%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948470.1900.020.81173.3310.3417.06
Hex27302F130251ada11
Octal47605723021212551221
Binary10011111000010111110011010101000110101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27302F; }

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

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

<style>
 a { background-color: #27302F; }

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

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

<style>
 span { border-color: #27302F; }

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

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