#048912

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

Shades of Green #048912

Tints of Green #048912

Color information

#048912 (or 0x048912) is unknown color: approx Green. HEX triplet: 04, 89 and 12. RGB value is (4,137,18). Sum of RGB (Red+Green+Blue) = 4+137+18=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 137 (53.91% from 255 or 86.16% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 137 - color contains mainly: green. Hex color #048912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048912 is #FB76ED. Grayscale: #545454. Windows color (decimal): -16479982 or 1214724. OLE color: 1214724.

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

Color convert

RGB413718-
CMYK0.9700.870.46
HSL126.32º94.33%27.65%-
HSV(B)126.32º97.08%53.73%-
XYZ9.117.963.56-
YUV83.6790.9471.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 137 (53.91% from 255) = 86.16%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=2.52%
G=86.16%
B=11.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137180.9700.870.46126.3294.3327.65
Hex48912610572E7e5e1c
Octal42112214101275617613634
Binary10010001001100101100001010101111011101111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048912; }

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

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

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

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

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

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

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

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