#058F2B

Color #058F2B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #058F2B

Tints of Forest Green #058F2B

Color information

#058F2B (or 0x058F2B) is unknown color: approx Forest Green. HEX triplet: 05, 8F and 2B. RGB value is (5,143,43). Sum of RGB (Red+Green+Blue) = 5+143+43=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 143 (56.25% from 255 or 74.87% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 143 - color contains mainly: green. Hex color #058F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F2B is #FA70D4. Grayscale: #5A5A5A. Windows color (decimal): -16412885 or 2854661. OLE color: 2854661.

HSL color Cylindrical-coordinate representation of color #058F2B: hue angle of 136.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F2B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB514343-
CMYK0.9700.700.44
HSL136.52º93.24%29.02%-
HSV(B)136.52º96.5%56.08%-
XYZ10.3219.855.57-
YUV90.34101.2867.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 143 (56.25% from 255) = 74.87%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=2.62%
G=74.87%
B=22.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5143430.9700.700.44136.5293.2429.02
Hex58F2B610462C895d1d
Octal52175314101065421113535
Binary1011000111110101111000010100011010110010001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #058F2B;
 }
 .AnyTagClassName
 {
   color: #058F2B;
 }
</style>
background-color css

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

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

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

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

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

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