Html Css Color HEX #058D1F Forest Green

📋 copy color: '#058D1F'

red 5 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #058D1F

Tints of Forest Green #058D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 2.82%
G = 79.66%
B = 17.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#058D1F (or 0x058D1F) is known color: Forest Green. HEX triplet: 05, 8D and 1F. RGB value is (5,141,31). Sum of RGB (Red+Green+Blue) = 5+141+31=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 141 (55.47% from 255 or 79.66% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 141 - color contains mainly: green. Hex color #058D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D1F is #FA72E0. Grayscale: #585858. Windows color (decimal): -16413409 or 2067717. OLE color: 2067717.

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

Color convert

RGB 5 141 31 -
CMYK 0.96 0 0.78 0.45
HSL 131.47º 0.93% 0.29% -
HSV(B) 131.47º 0.96% 0.55% -
XYZ 9.83 19.18 4.48 -
YUV 87.8 95.94 68.94 -
System Red Green Blue C M Y K H S L
Decimal 5 141 31 0.96 0 0.78 0.45 131.47 0.93 0.29
Hex 5 8D 1F 60 0 4E 2D 83 5D 1D
Octal 5 215 37 140 0 116 55 203 135 35
Binary 101 10001101 11111 1100000 0 1001110 101101 10000011 1011101 11101

Color Harmonies of #058D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D1F

Black with #058D1F

Text Example


Text Example

White with #058D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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