#048C0D

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

Shades of Green #048C0D

Tints of Green #048C0D

Color information

#048C0D (or 0x048C0D) is unknown color: approx Green. HEX triplet: 04, 8C and 0D. RGB value is (4,140,13). Sum of RGB (Red+Green+Blue) = 4+140+13=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 140 (55.08% from 255 or 89.17% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 140 - color contains mainly: green. Hex color #048C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C0D is #FB73F2. Grayscale: #555555. Windows color (decimal): -16479219 or 887812. OLE color: 887812.

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

Color convert

RGB414013-
CMYK0.9700.910.45
HSL123.97º94.44%28.24%-
HSV(B)123.97º97.14%54.9%-
XYZ9.518.813.51-
YUV84.8687.4470.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 140 (55.08% from 255) = 89.17%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=2.55%
G=89.17%
B=8.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4140130.9700.910.45123.9794.4428.24
Hex48CD6105B2D7c5e1c
Octal42141514101335517413634
Binary1001000110011011100001010110111011011111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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