Html Css Color HEX #058F4A Pigment Green

📋 copy color: '#058F4A'

red 5 ◦ green 143 ◦ blue 74

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

Shades of Pigment Green #058F4A

Tints of Pigment Green #058F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 2.25%
G = 64.41%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#058F4A (or 0x058F4A) is known color: Pigment Green. HEX triplet: 05, 8F and 4A. RGB value is (5,143,74). Sum of RGB (Red+Green+Blue) = 5+143+74=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 143 (56.25% from 255 or 64.41% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 143 - color contains mainly: green. Hex color #058F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F4A is #FA70B5. Grayscale: #5E5E5E. Windows color (decimal): -16412854 or 4886277. OLE color: 4886277.

HSL color Cylindrical-coordinate representation of color #058F4A: hue angle of 150º 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 #058F4A is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 74 -
CMYK 0.97 0 0.48 0.44
HSL 150º 0.93% 0.29% -
HSV(B) 150º 0.97% 0.56% -
XYZ 11.12 20.17 9.79 -
YUV 93.87 116.78 64.61 -
System Red Green Blue C M Y K H S L
Decimal 5 143 74 0.97 0 0.48 0.44 150 0.93 0.29
Hex 5 8F 4A 61 0 30 2C 96 5D 1D
Octal 5 217 112 141 0 60 54 226 135 35
Binary 101 10001111 1001010 1100001 0 110000 101100 10010110 1011101 11101

Color Harmonies of #058F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F4A

Black with #058F4A

Text Example


Text Example

White with #058F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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