Html Css Color HEX #059248 Pigment Green

📋 copy color: '#059248'

red 5 ◦ green 146 ◦ blue 72

#059248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #059248

Tints of Pigment Green #059248

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 value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#059248 (or 0x059248) is known color: 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

RGB 5 146 72 -
CMYK 0.97 0 0.51 0.43
HSL 148.51º 0.93% 0.3% -
HSV(B) 148.51º 0.97% 0.57% -
XYZ 11.51 21.06 9.59 -
YUV 95.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 5 146 72 0.97 0 0.51 0.43 148.51 0.93 0.3
Hex 5 92 48 61 0 33 2B 95 5D 1E
Octal 5 222 110 141 0 63 53 225 135 36
Binary 101 10010010 1001000 1100001 0 110011 101011 10010101 1011101 11110

Color Harmonies of #059248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059248

Black with #059248

Text Example


Text Example

White with #059248

Text Example


Text Example

HTML Codes & Css Web 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>