Html Css Color HEX #058D4B Pigment Green

📋 copy color: '#058D4B'

red 5 ◦ green 141 ◦ blue 75

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

Shades of Pigment Green #058D4B

Tints of Pigment Green #058D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 2.26%
G = 63.8%
B = 33.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#058D4B (or 0x058D4B) is known color: Pigment Green. HEX triplet: 05, 8D and 4B. RGB value is (5,141,75). Sum of RGB (Red+Green+Blue) = 5+141+75=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #058D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D4B is #FA72B4. Grayscale: #5C5C5C. Windows color (decimal): -16413365 or 4951301. OLE color: 4951301.

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

Color convert

RGB 5 141 75 -
CMYK 0.96 0 0.47 0.45
HSL 150.88º 0.93% 0.29% -
HSV(B) 150.88º 0.96% 0.55% -
XYZ 10.86 19.59 9.87 -
YUV 92.81 117.94 65.37 -
System Red Green Blue C M Y K H S L
Decimal 5 141 75 0.96 0 0.47 0.45 150.88 0.93 0.29
Hex 5 8D 4B 60 0 2F 2D 97 5D 1D
Octal 5 215 113 140 0 57 55 227 135 35
Binary 101 10001101 1001011 1100000 0 101111 101101 10010111 1011101 11101

Color Harmonies of #058D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D4B

Black with #058D4B

Text Example


Text Example

White with #058D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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