#284146

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

Shades of Green Vogue #284146

Tints of Green Vogue #284146

Color information

#284146 (or 0x284146) is unknown color: approx Green Vogue. HEX triplet: 28, 41 and 46. RGB value is (40,65,70). Sum of RGB (Red+Green+Blue) = 40+65+70=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #284146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284146 is #D7BEB9. Grayscale: #3A3A3A. Windows color (decimal): -14139066 or 4604200. OLE color: 4604200.

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

Color convert

RGB406570-
CMYK0.430.0700.73
HSL190º27.27%21.57%-
HSV(B)190º42.86%27.45%-
XYZ3.874.676.49-
YUV58.1134.72115.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 70 (27.73% from 255) = 40%
R=22.86%
G=37.14%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4065700.430.0700.7319027.2721.57
Hex2841462B7049be1b16
Octal5010110653701112763326
Binary1010001000001100011010101111101001001101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284146; }

 p { color: rgb(40,65,70); }

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

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

 a { background-color: rgb(40,65,70); }

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

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

 span { border-color: rgb(40,65,70); }

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