#059248

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

Shades of Pigment Green #059248

Tints of Pigment Green #059248

Color information

#059248 (or 0x059248) is unknown color: approx Pigment Green. HEX triplet: 05, 92 and 48. RGB value is (5,146,72). Sum of RGB (Red+Green+Blue) = 5+146+72=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #059248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059248 is #FA6DB7. Grayscale: #5F5F5F. Windows color (decimal): -16412088 or 4755973. OLE color: 4755973.

HSL color Cylindrical-coordinate representation of color #059248: hue angle of 148.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059248 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB514672-
CMYK0.9700.510.43
HSL148.51º93.38%29.61%-
HSV(B)148.51º96.58%57.25%-
XYZ11.5121.069.59-
YUV95.4114.7963.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=2.24%
G=65.47%
B=32.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5146720.9700.510.43148.5193.3829.61
Hex59248610332B955d1e
Octal52221101410635322513536
Binary1011001001010010001100001011001110101110010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059248; }

 p { color: rgb(5,146,72); }

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

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

 a { background-color: rgb(5,146,72); }

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

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

 span { border-color: rgb(5,146,72); }

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