#048216

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

Shades of Green #048216

Tints of Green #048216

Color information

#048216 (or 0x048216) is unknown color: approx Green. HEX triplet: 04, 82 and 16. RGB value is (4,130,22). Sum of RGB (Red+Green+Blue) = 4+130+22=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #048216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048216 is #FB7DE9. Grayscale: #505050. Windows color (decimal): -16481770 or 1475076. OLE color: 1475076.

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

Color convert

RGB413022-
CMYK0.9700.830.49
HSL128.57º94.03%26.27%-
HSV(B)128.57º96.92%50.98%-
XYZ8.1816.053.43-
YUV80.0195.2673.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=2.56%
G=83.33%
B=14.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130220.9700.830.49128.5794.0326.27
Hex482166105331815e1a
Octal42022614101236120113632
Binary100100000101011011000010101001111000110000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048216; }

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

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

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

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

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

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

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

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