#048700

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

Shades of Green #048700

Tints of Green #048700

Color information

#048700 (or 0x048700) is unknown color: approx Green. HEX triplet: 04, 87 and 00. RGB value is (4,135,0). Sum of RGB (Red+Green+Blue) = 4+135+0=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 135 (53.12% from 255 or 97.12% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 135 - color contains mainly: green. Hex color #048700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048700 is #FB78FF. Grayscale: #505050. Windows color (decimal): -16480512 or 34564. OLE color: 34564.

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

Color convert

RGB41350-
CMYK0.97010.47
HSL118.22º100%26.47%-
HSV(B)118.22º100%52.94%-
XYZ8.7117.352.89-
YUV80.4482.673.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 135 (53.12% from 255) = 97.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.88%
G=97.12%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal413500.97010.47118.2210026.47
Hex4870610642F76641a
Octal4207014101445716614432
Binary1001000011101100001011001001011111110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048700; }

 p { color: rgb(4,135,0); }

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

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

 a { background-color: rgb(4,135,0); }

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

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

 span { border-color: rgb(4,135,0); }

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