#028304

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

Shades of Green #028304

Tints of Green #028304

Color information

#028304 (or 0x028304) is unknown color: approx Green. HEX triplet: 02, 83 and 04. RGB value is (2,131,4). Sum of RGB (Red+Green+Blue) = 2+131+4=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 131 (51.56% from 255 or 95.62% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 131 - color contains mainly: green. Hex color #028304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028304 is #FD7CFB. Grayscale: #4E4E4E. Windows color (decimal): -16612604 or 295682. OLE color: 295682.

HSL color Cylindrical-coordinate representation of color #028304: hue angle of 120.93º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028304 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB21314-
CMYK0.9800.970.49
HSL120.93º96.99%26.08%-
HSV(B)120.93º98.47%51.37%-
XYZ8.1616.252.82-
YUV77.9586.2673.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 131 (51.56% from 255) = 95.62%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=1.46%
G=95.62%
B=2.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal213140.9800.970.49120.9396.9926.08
Hex2834620613179611a
Octal2203414201416117114132
Binary10100000111001100010011000011100011111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028304; }

 p { color: rgb(2,131,4); }

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

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

 a { background-color: rgb(2,131,4); }

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

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

 span { border-color: rgb(2,131,4); }

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