#048C0F

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

Shades of Green #048C0F

Tints of Green #048C0F

Color information

#048C0F (or 0x048C0F) is unknown color: approx Green. HEX triplet: 04, 8C and 0F. RGB value is (4,140,15). Sum of RGB (Red+Green+Blue) = 4+140+15=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #048C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C0F is #FB73F0. Grayscale: #555555. Windows color (decimal): -16479217 or 1018884. OLE color: 1018884.

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

Color convert

RGB414015-
CMYK0.9700.890.45
HSL124.85º94.44%28.24%-
HSV(B)124.85º97.14%54.9%-
XYZ9.5118.823.58-
YUV85.0988.4470.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 140 (55.08% from 255) = 88.05%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=2.52%
G=88.05%
B=9.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4140150.9700.890.45124.8594.4428.24
Hex48CF610592D7d5e1c
Octal42141714101315517513634
Binary1001000110011111100001010110011011011111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,140,15); }

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

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

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

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

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

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

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