#048207

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

Shades of Green #048207

Tints of Green #048207

Color information

#048207 (or 0x048207) is unknown color: approx Green. HEX triplet: 04, 82 and 07. RGB value is (4,130,7). Sum of RGB (Red+Green+Blue) = 4+130+7=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 130 (51.17% from 255 or 92.20% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 130 - color contains mainly: green. Hex color #048207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048207 is #FB7DF8. Grayscale: #4E4E4E. Windows color (decimal): -16481785 or 492036. OLE color: 492036.

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

Color convert

RGB41307-
CMYK0.9700.950.49
HSL121.43º94.03%26.27%-
HSV(B)121.43º96.92%50.98%-
XYZ8.0716.012.87-
YUV78.387.7675-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 130 (51.17% from 255) = 92.20%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=2.84%
G=92.20%
B=4.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal413070.9700.950.49121.4394.0326.27
Hex48276105F31795e1a
Octal4202714101376117113632
Binary100100000101111100001010111111100011111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048207; }

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

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

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

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

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

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

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

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