Html Css Color HEX #058D2A Forest Green

📋 copy color: '#058D2A'

red 5 ◦ green 141 ◦ blue 42

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

Shades of Forest Green #058D2A

Tints of Forest Green #058D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 2.66%
G = 75%
B = 22.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#058D2A (or 0x058D2A) is known color: Forest Green. HEX triplet: 05, 8D and 2A. RGB value is (5,141,42). Sum of RGB (Red+Green+Blue) = 5+141+42=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #058D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D2A is #FA72D5. Grayscale: #595959. Windows color (decimal): -16413398 or 2788613. OLE color: 2788613.

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

Color convert

RGB 5 141 42 -
CMYK 0.96 0 0.70 0.45
HSL 136.32º 0.93% 0.29% -
HSV(B) 136.32º 0.96% 0.55% -
XYZ 10.01 19.25 5.38 -
YUV 89.05 101.44 68.05 -
System Red Green Blue C M Y K H S L
Decimal 5 141 42 0.96 0 0.70 0.45 136.32 0.93 0.29
Hex 5 8D 2A 60 0 46 2D 88 5D 1D
Octal 5 215 52 140 0 106 55 210 135 35
Binary 101 10001101 101010 1100000 0 1000110 101101 10001000 1011101 11101

Color Harmonies of #058D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D2A

Black with #058D2A

Text Example


Text Example

White with #058D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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