Html Css Color HEX #058D3E Pigment Green

📋 copy color: '#058D3E'

red 5 ◦ green 141 ◦ blue 62

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

Shades of Pigment Green #058D3E

Tints of Pigment Green #058D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 2.4%
G = 67.79%
B = 29.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#058D3E (or 0x058D3E) is known color: Pigment Green. HEX triplet: 05, 8D and 3E. RGB value is (5,141,62). Sum of RGB (Red+Green+Blue) = 5+141+62=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 141 (55.47% from 255 or 67.79% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 141 - color contains mainly: green. Hex color #058D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D3E is #FA72C1. Grayscale: #5B5B5B. Windows color (decimal): -16413378 or 4099333. OLE color: 4099333.

HSL color Cylindrical-coordinate representation of color #058D3E: hue angle of 145.15º 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 #058D3E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 62 -
CMYK 0.96 0 0.56 0.45
HSL 145.15º 0.93% 0.29% -
HSV(B) 145.15º 0.96% 0.55% -
XYZ 10.46 19.43 7.76 -
YUV 91.33 111.44 66.42 -
System Red Green Blue C M Y K H S L
Decimal 5 141 62 0.96 0 0.56 0.45 145.15 0.93 0.29
Hex 5 8D 3E 60 0 38 2D 91 5D 1D
Octal 5 215 76 140 0 70 55 221 135 35
Binary 101 10001101 111110 1100000 0 111000 101101 10010001 1011101 11101

Color Harmonies of #058D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D3E

Black with #058D3E

Text Example


Text Example

White with #058D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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