Html Css Color HEX #058F3C Pigment Green

📋 copy color: '#058F3C'

red 5 ◦ green 143 ◦ blue 60

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

Shades of Pigment Green #058F3C

Tints of Pigment Green #058F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 2.4%
G = 68.75%
B = 28.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#058F3C (or 0x058F3C) is known color: Pigment Green. HEX triplet: 05, 8F and 3C. RGB value is (5,143,60). Sum of RGB (Red+Green+Blue) = 5+143+60=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #058F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F3C is #FA70C3. Grayscale: #5C5C5C. Windows color (decimal): -16412868 or 3968773. OLE color: 3968773.

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

Color convert

RGB 5 143 60 -
CMYK 0.97 0 0.58 0.44
HSL 143.91º 0.93% 0.29% -
HSV(B) 143.91º 0.97% 0.56% -
XYZ 10.7 20 7.57 -
YUV 92.28 109.78 65.75 -
System Red Green Blue C M Y K H S L
Decimal 5 143 60 0.97 0 0.58 0.44 143.91 0.93 0.29
Hex 5 8F 3C 61 0 3A 2C 90 5D 1D
Octal 5 217 74 141 0 72 54 220 135 35
Binary 101 10001111 111100 1100001 0 111010 101100 10010000 1011101 11101

Color Harmonies of #058F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F3C

Black with #058F3C

Text Example


Text Example

White with #058F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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