#284B45

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

Shades of Gable Green #284B45

Tints of Gable Green #284B45

Color information

#284B45 (or 0x284B45) is unknown color: approx Gable Green. HEX triplet: 28, 4B and 45. RGB value is (40,75,69). Sum of RGB (Red+Green+Blue) = 40+75+69=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #284B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B45 is #D7B4BA. Grayscale: #3F3F3F. Windows color (decimal): -14136507 or 4541224. OLE color: 4541224.

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

Color convert

RGB407569-
CMYK0.4700.080.71
HSL169.71º30.43%22.55%-
HSV(B)169.71º46.67%29.41%-
XYZ4.475.916.54-
YUV63.85130.9110.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=21.74%
G=40.76%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4075690.4700.080.71169.7130.4322.55
Hex284B452F0847aa1e17
Octal50113105570101072523627
Binary10100010010111000101101111010001000111101010101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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