Html Css Color HEX #059130 Pigment Green

📋 copy color: '#059130'

red 5 ◦ green 145 ◦ blue 48

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

Shades of Pigment Green #059130

Tints of Pigment Green #059130

RGB

 RED value IS 5 (2.34% from 255) = 2.53%

 GREEN value IS 145 (57.03% from 255) = 73.23%

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 2.53%
G = 73.23%
B = 24.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#059130 (or 0x059130) is known color: Pigment Green. HEX triplet: 05, 91 and 30. RGB value is (5,145,48). Sum of RGB (Red+Green+Blue) = 5+145+48=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #059130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059130 is #FA6ECF. Grayscale: #5C5C5C. Windows color (decimal): -16412368 or 3182853. OLE color: 3182853.

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

Color convert

RGB 5 145 48 -
CMYK 0.97 0 0.67 0.43
HSL 138.43º 0.93% 0.29% -
HSV(B) 138.43º 0.97% 0.57% -
XYZ 10.72 20.5 6.19 -
YUV 92.08 103.12 65.89 -
System Red Green Blue C M Y K H S L
Decimal 5 145 48 0.97 0 0.67 0.43 138.43 0.93 0.29
Hex 5 91 30 61 0 43 2B 8A 5D 1D
Octal 5 221 60 141 0 103 53 212 135 35
Binary 101 10010001 110000 1100001 0 1000011 101011 10001010 1011101 11101

Color Harmonies of #059130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059130

Black with #059130

Text Example


Text Example

White with #059130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059130; }

 p { color: rgb(5,145,48); }

 H1.HeaderClassName
 {
   color: #059130;
 }
 .AnyTagClassName
 {
   color: #059130;
 }
</style>

background-color css

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

 a { background-color: rgb(5,145,48); }

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

border-color css

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

 span { border-color: rgb(5,145,48); }

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