Html Css Color HEX #058D35 Pigment Green

📋 copy color: '#058D35'

red 5 ◦ green 141 ◦ blue 53

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

Shades of Pigment Green #058D35

Tints of Pigment Green #058D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 2.51%
G = 70.85%
B = 26.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#058D35 (or 0x058D35) is known color: Pigment Green. HEX triplet: 05, 8D and 35. RGB value is (5,141,53). Sum of RGB (Red+Green+Blue) = 5+141+53=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #058D35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D35 is #FA72CA. Grayscale: #5A5A5A. Windows color (decimal): -16413387 or 3509509. OLE color: 3509509.

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

Color convert

RGB 5 141 53 -
CMYK 0.96 0 0.62 0.45
HSL 141.18º 0.93% 0.29% -
HSV(B) 141.18º 0.96% 0.55% -
XYZ 10.23 19.34 6.56 -
YUV 90.3 106.94 67.16 -
System Red Green Blue C M Y K H S L
Decimal 5 141 53 0.96 0 0.62 0.45 141.18 0.93 0.29
Hex 5 8D 35 60 0 3E 2D 8D 5D 1D
Octal 5 215 65 140 0 76 55 215 135 35
Binary 101 10001101 110101 1100000 0 111110 101101 10001101 1011101 11101

Color Harmonies of #058D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D35

Black with #058D35

Text Example


Text Example

White with #058D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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