#28453F

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

Shades of Gable Green #28453F

Tints of Gable Green #28453F

Color information

#28453F (or 0x28453F) is unknown color: approx Gable Green. HEX triplet: 28, 45 and 3F. RGB value is (40,69,63). Sum of RGB (Red+Green+Blue) = 40+69+63=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #28453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453F is #D7BAC0. Grayscale: #3B3B3B. Windows color (decimal): -14138049 or 4146472. OLE color: 4146472.

HSL color Cylindrical-coordinate representation of color #28453F: hue angle of 167.59º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28453F is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB406963-
CMYK0.4200.090.73
HSL167.59º26.61%21.37%-
HSV(B)167.59º42.03%27.06%-
XYZ3.95.075.47-
YUV59.64129.89113.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 63 (25% from 255) = 36.63%
R=23.26%
G=40.12%
B=36.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069630.4200.090.73167.5926.6121.37
Hex28453F2A0949a81b15
Octal5010577520111112503325
Binary1010001000101111111101010010011001001101010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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