Html Css Color HEX #058F45 Pigment Green

📋 copy color: '#058F45'

red 5 ◦ green 143 ◦ blue 69

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

Shades of Pigment Green #058F45

Tints of Pigment Green #058F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 2.3%
G = 65.9%
B = 31.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#058F45 (or 0x058F45) is known color: Pigment Green. HEX triplet: 05, 8F and 45. RGB value is (5,143,69). Sum of RGB (Red+Green+Blue) = 5+143+69=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #058F45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F45 is #FA70BA. Grayscale: #5D5D5D. Windows color (decimal): -16412859 or 4558597. OLE color: 4558597.

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

Color convert

RGB 5 143 69 -
CMYK 0.97 0 0.52 0.44
HSL 147.83º 0.93% 0.29% -
HSV(B) 147.83º 0.97% 0.56% -
XYZ 10.96 20.11 8.93 -
YUV 93.3 114.28 65.02 -
System Red Green Blue C M Y K H S L
Decimal 5 143 69 0.97 0 0.52 0.44 147.83 0.93 0.29
Hex 5 8F 45 61 0 34 2C 94 5D 1D
Octal 5 217 105 141 0 64 54 224 135 35
Binary 101 10001111 1000101 1100001 0 110100 101100 10010100 1011101 11101

Color Harmonies of #058F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F45

Black with #058F45

Text Example


Text Example

White with #058F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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