#048904

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

Shades of Green #048904

Tints of Green #048904

Color information

#048904 (or 0x048904) is unknown color: approx Green. HEX triplet: 04, 89 and 04. RGB value is (4,137,4). Sum of RGB (Red+Green+Blue) = 4+137+4=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 137 (53.91% from 255 or 94.48% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 137 - color contains mainly: green. Hex color #048904 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048904 is #FB76FB. Grayscale: #525252. Windows color (decimal): -16479996 or 297220. OLE color: 297220.

HSL color Cylindrical-coordinate representation of color #048904: hue angle of 120º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048904 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB41374-
CMYK0.9700.970.46
HSL120º94.33%27.65%-
HSV(B)120º97.08%53.73%-
XYZ9.0217.933.1-
YUV82.0783.9472.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 137 (53.91% from 255) = 94.48%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=2.76%
G=94.48%
B=2.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal413740.9700.970.4612094.3327.65
Hex4894610612E785e1c
Octal4211414101415617013634
Binary100100010011001100001011000011011101111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048904; }

 p { color: rgb(4,137,4); }

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

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

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

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

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

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

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