#048901

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

Shades of Green #048901

Tints of Green #048901

Color information

#048901 (or 0x048901) is unknown color: approx Green. HEX triplet: 04, 89 and 01. RGB value is (4,137,1). Sum of RGB (Red+Green+Blue) = 4+137+1=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 137 (53.91% from 255 or 96.48% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 137 - color contains mainly: green. Hex color #048901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048901 is #FB76FE. Grayscale: #525252. Windows color (decimal): -16479999 or 100612. OLE color: 100612.

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

Color convert

RGB41371-
CMYK0.9700.990.46
HSL118.68º98.55%27.06%-
HSV(B)118.68º99.27%53.73%-
XYZ917.923.01-
YUV81.7382.4472.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 137 (53.91% from 255) = 96.48%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=2.82%
G=96.48%
B=0.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal413710.9700.990.46118.6898.5527.06
Hex4891610632E77631b
Octal4211114101435616714333
Binary1001000100111100001011000111011101110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048901; }

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

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

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

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

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

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

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

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