Html Css Color HEX #058A2B Forest Green

📋 copy color: '#058A2B'

red 5 ◦ green 138 ◦ blue 43

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

Shades of Forest Green #058A2B

Tints of Forest Green #058A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 2.69%
G = 74.19%
B = 23.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#058A2B (or 0x058A2B) is known color: Forest Green. HEX triplet: 05, 8A and 2B. RGB value is (5,138,43). Sum of RGB (Red+Green+Blue) = 5+138+43=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #058A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A2B is #FA75D4. Grayscale: #575757. Windows color (decimal): -16414165 or 2853381. OLE color: 2853381.

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

Color convert

RGB 5 138 43 -
CMYK 0.96 0 0.69 0.46
HSL 137.14º 0.93% 0.28% -
HSV(B) 137.14º 0.96% 0.54% -
XYZ 9.59 18.38 5.33 -
YUV 87.4 102.94 69.22 -
System Red Green Blue C M Y K H S L
Decimal 5 138 43 0.96 0 0.69 0.46 137.14 0.93 0.28
Hex 5 8A 2B 60 0 45 2E 89 5D 1C
Octal 5 212 53 140 0 105 56 211 135 34
Binary 101 10001010 101011 1100000 0 1000101 101110 10001001 1011101 11100

Color Harmonies of #058A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058A2B

Black with #058A2B

Text Example


Text Example

White with #058A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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