#284842

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

Shades of Gable Green #284842

Tints of Gable Green #284842

Color information

#284842 (or 0x284842) is unknown color: approx Gable Green. HEX triplet: 28, 48 and 42. RGB value is (40,72,66). Sum of RGB (Red+Green+Blue) = 40+72+66=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #284842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284842 is #D7B7BD. Grayscale: #3D3D3D. Windows color (decimal): -14137278 or 4343848. OLE color: 4343848.

HSL color Cylindrical-coordinate representation of color #284842: hue angle of 168.75º degrees, saturation: 0.29, 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 #284842 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB407266-
CMYK0.4400.080.72
HSL168.75º28.57%21.96%-
HSV(B)168.75º44.44%28.24%-
XYZ4.185.485.99-
YUV61.75130.4112.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=22.47%
G=40.45%
B=37.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072660.4400.080.72168.7528.5721.96
Hex2848422C0848a91d16
Octal50110102540101102513526
Binary10100010010001000010101100010001001000101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284842; }

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

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

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

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

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

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

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

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