#048111

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

Shades of Green #048111

Tints of Green #048111

Color information

#048111 (or 0x048111) is unknown color: approx Green. HEX triplet: 04, 81 and 11. RGB value is (4,129,17). Sum of RGB (Red+Green+Blue) = 4+129+17=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 129 (50.78% from 255 or 86% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 129 - color contains mainly: green. Hex color #048111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048111 is #FB7EEE. Grayscale: #4F4F4F. Windows color (decimal): -16482031 or 1147140. OLE color: 1147140.

HSL color Cylindrical-coordinate representation of color #048111: hue angle of 126.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048111 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB412917-
CMYK0.9700.870.49
HSL126.24º93.98%26.08%-
HSV(B)126.24º96.9%50.59%-
XYZ815.773.15-
YUV78.8693.0974.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 129 (50.78% from 255) = 86%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=2.67%
G=86%
B=11.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4129170.9700.870.49126.2493.9826.08
Hex4811161057317e5e1a
Octal42012114101276117613632
Binary10010000001100011100001010101111100011111110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048111; }

 p { color: rgb(4,129,17); }

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

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

 a { background-color: rgb(4,129,17); }

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

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

 span { border-color: rgb(4,129,17); }

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