#284E48

Color #284E48 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #284E48

Tints of Gable Green #284E48

Color information

#284E48 (or 0x284E48) is unknown color: approx Gable Green. HEX triplet: 28, 4E and 48. RGB value is (40,78,72). Sum of RGB (Red+Green+Blue) = 40+78+72=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #284E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284E48 is #D7B1B7. Grayscale: #414141. Windows color (decimal): -14135736 or 4738600. OLE color: 4738600.

HSL color Cylindrical-coordinate representation of color #284E48: hue angle of 170.53º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284E48 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB407872-
CMYK0.4900.080.69
HSL170.53º32.2%23.14%-
HSV(B)170.53º48.72%30.59%-
XYZ4.776.377.11-
YUV65.95131.41109.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=21.05%
G=41.05%
B=37.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4078720.4900.080.69170.5332.223.14
Hex284E48310845ab2017
Octal50116110610101052534027
Binary101000100111010010001100010100010001011010101110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284E48; }

 p { color: rgb(40,78,72); }

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

<style>
 a { background-color: #284E48; }

 a { background-color: rgb(40,78,72); }

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

<style>
 span { border-color: #284E48; }

 span { border-color: rgb(40,78,72); }

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