#048802

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

Shades of Green #048802

Tints of Green #048802

Color information

#048802 (or 0x048802) is unknown color: approx Green. HEX triplet: 04, 88 and 02. RGB value is (4,136,2). Sum of RGB (Red+Green+Blue) = 4+136+2=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 136 (53.52% from 255 or 95.77% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 136 - color contains mainly: green. Hex color #048802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048802 is #FB77FD. Grayscale: #515151. Windows color (decimal): -16480254 or 165892. OLE color: 165892.

HSL color Cylindrical-coordinate representation of color #048802: hue angle of 119.1º 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 #048802 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB41362-
CMYK0.9700.990.47
HSL119.1º97.1%27.06%-
HSV(B)119.1º98.53%53.33%-
XYZ8.8717.642.99-
YUV81.2683.2772.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 136 (53.52% from 255) = 95.77%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=2.82%
G=95.77%
B=1.41%

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
Decimal413620.9700.990.47119.197.127.06
Hex4882610632F77611b
Octal4210214101435716714133
Binary10010001000101100001011000111011111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048802; }

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

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

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

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

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

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

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

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