Html Css Color HEX #058D3C Pigment Green

📋 copy color: '#058D3C'

red 5 ◦ green 141 ◦ blue 60

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

Shades of Pigment Green #058D3C

Tints of Pigment Green #058D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.45%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 2.43%
G = 68.45%
B = 29.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#058D3C (or 0x058D3C) is known color: Pigment Green. HEX triplet: 05, 8D and 3C. RGB value is (5,141,60). Sum of RGB (Red+Green+Blue) = 5+141+60=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #058D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D3C is #FA72C3. Grayscale: #5B5B5B. Windows color (decimal): -16413380 or 3968261. OLE color: 3968261.

HSL color Cylindrical-coordinate representation of color #058D3C: hue angle of 144.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D3C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 60 -
CMYK 0.96 0 0.57 0.45
HSL 144.26º 0.93% 0.29% -
HSV(B) 144.26º 0.96% 0.55% -
XYZ 10.4 19.41 7.47 -
YUV 91.1 110.44 66.59 -
System Red Green Blue C M Y K H S L
Decimal 5 141 60 0.96 0 0.57 0.45 144.26 0.93 0.29
Hex 5 8D 3C 60 0 39 2D 90 5D 1D
Octal 5 215 74 140 0 71 55 220 135 35
Binary 101 10001101 111100 1100000 0 111001 101101 10010000 1011101 11101

Color Harmonies of #058D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D3C

Black with #058D3C

Text Example


Text Example

White with #058D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058D3C; }

 p { color: rgb(5,141,60); }

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

background-color css

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

 a { background-color: rgb(5,141,60); }

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

border-color css

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

 span { border-color: rgb(5,141,60); }

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