#283A38

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

Shades of Aztec #283A38

Tints of Aztec #283A38

Color information

#283A38 (or 0x283A38) is unknown color: approx Aztec. HEX triplet: 28, 3A and 38. RGB value is (40,58,56). Sum of RGB (Red+Green+Blue) = 40+58+56=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #283A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A38 is #D7C5C7. Grayscale: #343434. Windows color (decimal): -14140872 or 3684904. OLE color: 3684904.

HSL color Cylindrical-coordinate representation of color #283A38: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A38 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB405856-
CMYK0.3100.030.77
HSL173.33º18.37%19.22%-
HSV(B)173.33º31.03%22.75%-
XYZ3.13.764.3-
YUV52.39130.04119.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=25.97%
G=37.66%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058560.3100.030.77173.3318.3719.22
Hex283A381F034Dad1213
Octal50727037031152552223
Binary101000111010111000111110111001101101011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A38; }

 p { color: rgb(40,58,56); }

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

<style>
 a { background-color: #283A38; }

 a { background-color: rgb(40,58,56); }

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

<style>
 span { border-color: #283A38; }

 span { border-color: rgb(40,58,56); }

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