Html Css Color HEX #059430 Pigment Green

📋 copy color: '#059430'

red 5 ◦ green 148 ◦ blue 48

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

Shades of Pigment Green #059430

Tints of Pigment Green #059430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.63%

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

R = 2.49%
G = 73.63%
B = 23.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#059430 (or 0x059430) is known color: Pigment Green. HEX triplet: 05, 94 and 30. RGB value is (5,148,48). Sum of RGB (Red+Green+Blue) = 5+148+48=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #059430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059430 is #FA6BCF. Grayscale: #5E5E5E. Windows color (decimal): -16411600 or 3183621. OLE color: 3183621.

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

Color convert

RGB 5 148 48 -
CMYK 0.97 0 0.68 0.42
HSL 138.04º 0.93% 0.3% -
HSV(B) 138.04º 0.97% 0.58% -
XYZ 11.19 21.43 6.34 -
YUV 93.84 102.12 64.63 -
System Red Green Blue C M Y K H S L
Decimal 5 148 48 0.97 0 0.68 0.42 138.04 0.93 0.3
Hex 5 94 30 61 0 44 2A 8A 5D 1E
Octal 5 224 60 141 0 104 52 212 135 36
Binary 101 10010100 110000 1100001 0 1000100 101010 10001010 1011101 11110

Color Harmonies of #059430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059430

Black with #059430

Text Example


Text Example

White with #059430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059430; }

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

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

background-color css

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

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

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

border-color css

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

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

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