#28453E

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

Shades of Gable Green #28453E

Tints of Gable Green #28453E

Color information

#28453E (or 0x28453E) is unknown color: approx Gable Green. HEX triplet: 28, 45 and 3E. RGB value is (40,69,62). Sum of RGB (Red+Green+Blue) = 40+69+62=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #28453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453E is #D7BAC1. Grayscale: #3B3B3B. Windows color (decimal): -14138050 or 4080936. OLE color: 4080936.

HSL color Cylindrical-coordinate representation of color #28453E: hue angle of 165.52º 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 #28453E is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB406962-
CMYK0.4200.100.73
HSL165.52º26.61%21.37%-
HSV(B)165.52º42.03%27.06%-
XYZ3.875.065.33-
YUV59.53129.39114.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=23.39%
G=40.35%
B=36.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069620.4200.100.73165.5226.6121.37
Hex28453E2A0A49a61b15
Octal5010576520121112463325
Binary1010001000101111110101010010101001001101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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