#2F3837

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

Shades of Aztec #2F3837

Tints of Aztec #2F3837

Color information

#2F3837 (or 0x2F3837) is unknown color: approx Aztec. HEX triplet: 2F, 38 and 37. RGB value is (47,56,55). Sum of RGB (Red+Green+Blue) = 47+56+55=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3837 is #D0C7C8. Grayscale: #353535. Windows color (decimal): -13682633 or 3618863. OLE color: 3618863.

HSL color Cylindrical-coordinate representation of color #2F3837: hue angle of 173.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F3837 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB475655-
CMYK0.1600.020.78
HSL173.33º8.74%20.2%-
HSV(B)173.33º16.07%21.96%-
XYZ3.283.714.16-
YUV53.2129.02123.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=29.75%
G=35.44%
B=34.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4756550.1600.020.78173.338.7420.2
Hex2F383710024Ead914
Octal57706720021162551124
Binary10111111100011011110000010100111010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3837; }

 p { color: rgb(47,56,55); }

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

<style>
 a { background-color: #2F3837; }

 a { background-color: rgb(47,56,55); }

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

<style>
 span { border-color: #2F3837; }

 span { border-color: rgb(47,56,55); }

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