#284A45

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

Shades of Gable Green #284A45

Tints of Gable Green #284A45

Color information

#284A45 (or 0x284A45) is unknown color: approx Gable Green. HEX triplet: 28, 4A and 45. RGB value is (40,74,69). Sum of RGB (Red+Green+Blue) = 40+74+69=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #284A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A45 is #D7B5BA. Grayscale: #3F3F3F. Windows color (decimal): -14136763 or 4540968. OLE color: 4540968.

HSL color Cylindrical-coordinate representation of color #284A45: hue angle of 171.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A45 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB407469-
CMYK0.4600.070.71
HSL171.18º29.82%22.35%-
HSV(B)171.18º45.95%29.02%-
XYZ4.45.786.51-
YUV63.26131.24111.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=21.86%
G=40.44%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074690.4600.070.71171.1829.8222.35
Hex284A452E0747ab1e16
Octal5011210556071072533626
Binary1010001001010100010110111001111000111101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,74,69); }

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

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

 a { background-color: rgb(40,74,69); }

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

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

 span { border-color: rgb(40,74,69); }

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