#048A17

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

Shades of Green #048A17

Tints of Green #048A17

Color information

#048A17 (or 0x048A17) is unknown color: approx Green. HEX triplet: 04, 8A and 17. RGB value is (4,138,23). Sum of RGB (Red+Green+Blue) = 4+138+23=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #048A17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048A17 is #FB75E8. Grayscale: #555555. Windows color (decimal): -16479721 or 1542660. OLE color: 1542660.

HSL color Cylindrical-coordinate representation of color #048A17: hue angle of 128.51º 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 #048A17 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB413823-
CMYK0.9700.830.46
HSL128.51º94.37%27.84%-
HSV(B)128.51º97.1%54.12%-
XYZ9.2918.263.85-
YUV84.8293.1170.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 138 (54.30% from 255) = 83.64%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=2.42%
G=83.64%
B=13.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138230.9700.830.46128.5194.3727.84
Hex48A17610532E815e1c
Octal42122714101235620113634
Binary100100010101011111000010101001110111010000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048A17; }

 p { color: rgb(4,138,23); }

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

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

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

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

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

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

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