#284742

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

Shades of Gable Green #284742

Tints of Gable Green #284742

Color information

#284742 (or 0x284742) is unknown color: approx Gable Green. HEX triplet: 28, 47 and 42. RGB value is (40,71,66). Sum of RGB (Red+Green+Blue) = 40+71+66=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #284742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284742 is #D7B8BD. Grayscale: #3D3D3D. Windows color (decimal): -14137534 or 4343592. OLE color: 4343592.

HSL color Cylindrical-coordinate representation of color #284742: hue angle of 170.32º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284742 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB407166-
CMYK0.4400.070.72
HSL170.32º27.93%21.76%-
HSV(B)170.32º43.66%27.84%-
XYZ4.115.355.97-
YUV61.16130.73112.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=22.60%
G=40.11%
B=37.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4071660.4400.070.72170.3227.9321.76
Hex2847422C0748aa1c16
Octal5010710254071102523426
Binary1010001000111100001010110001111001000101010101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284742; }

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

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

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

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

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

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

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

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