Html Css Color HEX #283B38 Aztec

📋 copy color: '#283B38'

red 40 ◦ green 59 ◦ blue 56

#283B38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #283B38

Tints of Aztec #283B38

RGB

 RED value IS 40 (16.02% from 255) = 25.81%

 GREEN value IS 59 (23.44% from 255) = 38.06%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 25.81%
G = 38.06%
B = 36.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#283B38 (or 0x283B38) is known color: Aztec. HEX triplet: 28, 3B and 38. RGB value is (40,59,56). Sum of RGB (Red+Green+Blue) = 40+59+56=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #283B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B38 is #D7C4C7. Grayscale: #343434. Windows color (decimal): -14140616 or 3685160. OLE color: 3685160.

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

Color convert

RGB 40 59 56 -
CMYK 0.32 0 0.05 0.77
HSL 170.53º 0.19% 0.19% -
HSV(B) 170.53º 0.32% 0.23% -
XYZ 3.15 3.86 4.32 -
YUV 52.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 40 59 56 0.32 0 0.05 0.77 170.53 0.19 0.19
Hex 28 3B 38 20 0 5 4D AB 13 13
Octal 50 73 70 40 0 5 115 253 23 23
Binary 101000 111011 111000 100000 0 101 1001101 10101011 10011 10011

Color Harmonies of #283B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B38

Black with #283B38

Text Example


Text Example

White with #283B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #283B38;
 }
 .AnyTagClassName
 {
   color: #283B38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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