Html Css Color HEX #058F3F Pigment Green

📋 copy color: '#058F3F'

red 5 ◦ green 143 ◦ blue 63

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

Shades of Pigment Green #058F3F

Tints of Pigment Green #058F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 67.77%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 2.37%
G = 67.77%
B = 29.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#058F3F (or 0x058F3F) is known color: Pigment Green. HEX triplet: 05, 8F and 3F. RGB value is (5,143,63). Sum of RGB (Red+Green+Blue) = 5+143+63=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #058F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F3F is #FA70C0. Grayscale: #5C5C5C. Windows color (decimal): -16412865 or 4165381. OLE color: 4165381.

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

Color convert

RGB 5 143 63 -
CMYK 0.97 0 0.56 0.44
HSL 145.22º 0.93% 0.29% -
HSV(B) 145.22º 0.97% 0.56% -
XYZ 10.78 20.04 8 -
YUV 92.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 5 143 63 0.97 0 0.56 0.44 145.22 0.93 0.29
Hex 5 8F 3F 61 0 38 2C 91 5D 1D
Octal 5 217 77 141 0 70 54 221 135 35
Binary 101 10001111 111111 1100001 0 111000 101100 10010001 1011101 11101

Color Harmonies of #058F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F3F

Black with #058F3F

Text Example


Text Example

White with #058F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,63); }

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

background-color css

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

 a { background-color: rgb(5,143,63); }

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

border-color css

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

 span { border-color: rgb(5,143,63); }

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