#058C2D

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

Shades of Forest Green #058C2D

Tints of Forest Green #058C2D

Color information

#058C2D (or 0x058C2D) is unknown color: approx Forest Green. HEX triplet: 05, 8C and 2D. RGB value is (5,140,45). Sum of RGB (Red+Green+Blue) = 5+140+45=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 140 (55.08% from 255 or 73.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 140 - color contains mainly: green. Hex color #058C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C2D is #FA73D2. Grayscale: #595959. Windows color (decimal): -16413651 or 2984965. OLE color: 2984965.

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

Color convert

RGB514045-
CMYK0.9600.680.45
HSL137.78º93.1%28.43%-
HSV(B)137.78º96.43%54.9%-
XYZ9.9118.985.62-
YUV88.8103.2768.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 140 (55.08% from 255) = 73.68%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=2.63%
G=73.68%
B=23.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5140450.9600.680.45137.7893.128.43
Hex58C2D600442D8a5d1c
Octal52145514001045521213534
Binary1011000110010110111000000100010010110110001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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