Html Css Color HEX #058A2D Forest Green

📋 copy color: '#058A2D'

red 5 ◦ green 138 ◦ blue 45

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

Shades of Forest Green #058A2D

Tints of Forest Green #058A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 73.4%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 2.66%
G = 73.4%
B = 23.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#058A2D (or 0x058A2D) is known color: Forest Green. HEX triplet: 05, 8A and 2D. RGB value is (5,138,45). Sum of RGB (Red+Green+Blue) = 5+138+45=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #058A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A2D is #FA75D2. Grayscale: #575757. Windows color (decimal): -16414163 or 2984453. OLE color: 2984453.

HSL color Cylindrical-coordinate representation of color #058A2D: hue angle of 138.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A2D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 138 45 -
CMYK 0.96 0 0.67 0.46
HSL 138.05º 0.93% 0.28% -
HSV(B) 138.05º 0.96% 0.54% -
XYZ 9.62 18.4 5.53 -
YUV 87.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 5 138 45 0.96 0 0.67 0.46 138.05 0.93 0.28
Hex 5 8A 2D 60 0 43 2E 8A 5D 1C
Octal 5 212 55 140 0 103 56 212 135 34
Binary 101 10001010 101101 1100000 0 1000011 101110 10001010 1011101 11100

Color Harmonies of #058A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058A2D

Black with #058A2D

Text Example


Text Example

White with #058A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,138,45); }

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

background-color css

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

 a { background-color: rgb(5,138,45); }

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

border-color css

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

 span { border-color: rgb(5,138,45); }

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