#048715

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

Shades of Green #048715

Tints of Green #048715

Color information

#048715 (or 0x048715) is unknown color: approx Green. HEX triplet: 04, 87 and 15. RGB value is (4,135,21). Sum of RGB (Red+Green+Blue) = 4+135+21=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #048715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048715 is #FB78EA. Grayscale: #535353. Windows color (decimal): -16480491 or 1410820. OLE color: 1410820.

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

Color convert

RGB413521-
CMYK0.9700.840.47
HSL127.79º94.24%27.25%-
HSV(B)127.79º97.04%52.94%-
XYZ8.8517.413.6-
YUV82.8493.171.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 135 (53.12% from 255) = 84.38%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=2.5%
G=84.38%
B=13.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135210.9700.840.47127.7994.2427.25
Hex48715610542F805e1b
Octal42072514101245720013633
Binary100100001111010111000010101010010111110000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048715; }

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

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

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

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

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

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

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

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