#048211

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

Shades of Green #048211

Tints of Green #048211

Color information

#048211 (or 0x048211) is unknown color: approx Green. HEX triplet: 04, 82 and 11. RGB value is (4,130,17). Sum of RGB (Red+Green+Blue) = 4+130+17=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #048211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048211 is #FB7DEE. Grayscale: #4F4F4F. Windows color (decimal): -16481775 or 1147396. OLE color: 1147396.

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

Color convert

RGB413017-
CMYK0.9700.870.49
HSL126.19º94.03%26.27%-
HSV(B)126.19º96.92%50.98%-
XYZ8.1316.033.2-
YUV79.4492.7674.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 130 (51.17% from 255) = 86.09%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=2.65%
G=86.09%
B=11.26%

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
Decimal4130170.9700.870.49126.1994.0326.27
Hex4821161057317e5e1a
Octal42022114101276117613632
Binary10010000010100011100001010101111100011111110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048211; }

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

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

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

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

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

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

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

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