Html Css Color HEX #058E4E Pigment Green

📋 copy color: '#058E4E'

red 5 ◦ green 142 ◦ blue 78

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

Shades of Pigment Green #058E4E

Tints of Pigment Green #058E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 63.11%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 2.22%
G = 63.11%
B = 34.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#058E4E (or 0x058E4E) is known color: Pigment Green. HEX triplet: 05, 8E and 4E. RGB value is (5,142,78). Sum of RGB (Red+Green+Blue) = 5+142+78=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #058E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E4E is #FA71B1. Grayscale: #5D5D5D. Windows color (decimal): -16413106 or 5148165. OLE color: 5148165.

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

Color convert

RGB 5 142 78 -
CMYK 0.96 0 0.45 0.44
HSL 151.97º 0.93% 0.29% -
HSV(B) 151.97º 0.96% 0.56% -
XYZ 11.11 19.93 10.47 -
YUV 93.74 119.11 64.7 -
System Red Green Blue C M Y K H S L
Decimal 5 142 78 0.96 0 0.45 0.44 151.97 0.93 0.29
Hex 5 8E 4E 60 0 2D 2C 98 5D 1D
Octal 5 216 116 140 0 55 54 230 135 35
Binary 101 10001110 1001110 1100000 0 101101 101100 10011000 1011101 11101

Color Harmonies of #058E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E4E

Black with #058E4E

Text Example


Text Example

White with #058E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,142,78); }

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

background-color css

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

 a { background-color: rgb(5,142,78); }

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

border-color css

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

 span { border-color: rgb(5,142,78); }

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