Html Css Color HEX #059C30 Pigment Green

📋 copy color: '#059C30'

red 5 ◦ green 156 ◦ blue 48

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

Shades of Pigment Green #059C30

Tints of Pigment Green #059C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 74.64%

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

R = 2.39%
G = 74.64%
B = 22.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#059C30 (or 0x059C30) is known color: Pigment Green. HEX triplet: 05, 9C and 30. RGB value is (5,156,48). Sum of RGB (Red+Green+Blue) = 5+156+48=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 156 (61.33% from 255 or 74.64% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 156 - color contains mainly: green. Hex color #059C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C30 is #FA63CF. Grayscale: #626262. Windows color (decimal): -16409552 or 3185669. OLE color: 3185669.

HSL color Cylindrical-coordinate representation of color #059C30: hue angle of 137.09º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C30 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 48 -
CMYK 0.97 0 0.69 0.39
HSL 137.09º 0.94% 0.32% -
HSV(B) 137.09º 0.97% 0.61% -
XYZ 12.48 24.02 6.78 -
YUV 98.54 99.47 61.28 -
System Red Green Blue C M Y K H S L
Decimal 5 156 48 0.97 0 0.69 0.39 137.09 0.94 0.32
Hex 5 9C 30 61 0 45 27 89 5E 20
Octal 5 234 60 141 0 105 47 211 136 40
Binary 101 10011100 110000 1100001 0 1000101 100111 10001001 1011110 100000

Color Harmonies of #059C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C30

Black with #059C30

Text Example


Text Example

White with #059C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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