#285047

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

Shades of Gable Green #285047

Tints of Gable Green #285047

Color information

#285047 (or 0x285047) is unknown color: approx Gable Green. HEX triplet: 28, 50 and 47. RGB value is (40,80,71). Sum of RGB (Red+Green+Blue) = 40+80+71=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #285047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285047 is #D7AFB8. Grayscale: #434343. Windows color (decimal): -14135225 or 4673576. OLE color: 4673576.

HSL color Cylindrical-coordinate representation of color #285047: hue angle of 166.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285047 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB408071-
CMYK0.500.110.69
HSL166.5º33.33%23.53%-
HSV(B)166.5º50%31.37%-
XYZ4.886.646.99-
YUV67.01130.25108.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=20.94%
G=41.88%
B=37.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080710.500.110.69166.533.3323.53
Hex285047320B45a62118
Octal50120107620131052464130
Binary101000101000010001111100100101110001011010011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285047; }

 p { color: rgb(40,80,71); }

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

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

 a { background-color: rgb(40,80,71); }

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

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

 span { border-color: rgb(40,80,71); }

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