#058425

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

Shades of Forest Green #058425

Tints of Forest Green #058425

Color information

#058425 (or 0x058425) is unknown color: approx Forest Green. HEX triplet: 05, 84 and 25. RGB value is (5,132,37). Sum of RGB (Red+Green+Blue) = 5+132+37=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #058425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058425 is #FA7BDA. Grayscale: #535353. Windows color (decimal): -16415707 or 2458629. OLE color: 2458629.

HSL color Cylindrical-coordinate representation of color #058425: hue angle of 135.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058425 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB513237-
CMYK0.9600.720.48
HSL135.12º92.7%26.86%-
HSV(B)135.12º96.21%51.76%-
XYZ8.6516.674.51-
YUV83.2101.9272.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 132 (51.95% from 255) = 75.86%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=2.87%
G=75.86%
B=21.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132370.9600.720.48135.1292.726.86
Hex584256004830875d1b
Octal52044514001106020713533
Binary1011000010010010111000000100100011000010000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058425; }

 p { color: rgb(5,132,37); }

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

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

 a { background-color: rgb(5,132,37); }

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

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

 span { border-color: rgb(5,132,37); }

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