#048602

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

Shades of Green #048602

Tints of Green #048602

Color information

#048602 (or 0x048602) is unknown color: approx Green. HEX triplet: 04, 86 and 02. RGB value is (4,134,2). Sum of RGB (Red+Green+Blue) = 4+134+2=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 134 (52.73% from 255 or 95.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 134 - color contains mainly: green. Hex color #048602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048602 is #FB79FD. Grayscale: #505050. Windows color (decimal): -16480766 or 165380. OLE color: 165380.

HSL color Cylindrical-coordinate representation of color #048602: hue angle of 119.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #048602 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB41342-
CMYK0.9700.990.47
HSL119.09º97.06%26.67%-
HSV(B)119.09º98.51%52.55%-
XYZ8.5917.082.9-
YUV80.0883.9373.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 134 (52.73% from 255) = 95.71%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=2.86%
G=95.71%
B=1.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal413420.9700.990.47119.0997.0626.67
Hex4862610632F77611b
Octal4206214101435716714133
Binary10010000110101100001011000111011111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048602; }

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

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

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

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

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

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

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

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