Html Css Color HEX #28302F Aztec

📋 copy color: '#28302F'

red 40 ◦ green 48 ◦ blue 47

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

Shades of Aztec #28302F

Tints of Aztec #28302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 29.63%
G = 35.56%
B = 34.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#28302F (or 0x28302F) is known color: Aztec. HEX triplet: 28, 30 and 2F. RGB value is (40,48,47). Sum of RGB (Red+Green+Blue) = 40+48+47=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 48 - color contains mainly: green. Hex color #28302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28302F is #D7CFD0. Grayscale: #2D2D2D. Windows color (decimal): -14143441 or 3092520. OLE color: 3092520.

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

Color convert

RGB 40 48 47 -
CMYK 0.17 0 0.02 0.81
HSL 172.5º 0.09% 0.17% -
HSV(B) 172.5º 0.17% 0.19% -
XYZ 2.45 2.77 3.1 -
YUV 45.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 40 48 47 0.17 0 0.02 0.81 172.5 0.09 0.17
Hex 28 30 2F 11 0 2 51 AC 9 11
Octal 50 60 57 21 0 2 121 254 11 21
Binary 101000 110000 101111 10001 0 10 1010001 10101100 1001 10001

Color Harmonies of #28302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28302F

Black with #28302F

Text Example


Text Example

White with #28302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28302F;
 }
 .AnyTagClassName
 {
   color: #28302F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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