#258528

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

Shades of Forest Green #258528

Tints of Forest Green #258528

Color information

#258528 (or 0x258528) is unknown color: approx Forest Green. HEX triplet: 25, 85 and 28. RGB value is (37,133,40). Sum of RGB (Red+Green+Blue) = 37+133+40=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #258528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258528 is #DA7AD7. Grayscale: #5D5D5D. Windows color (decimal): -14318296 or 2655525. OLE color: 2655525.

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

Color convert

RGB3713340-
CMYK0.7200.700.48
HSL121.88º56.47%33.33%-
HSV(B)121.88º72.18%52.16%-
XYZ9.5317.324.85-
YUV93.6997.787.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=17.62%
G=63.33%
B=19.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133400.7200.700.48121.8856.4733.33
Hex25852848046307a3821
Octal45205501100106601727041
Binary100101100001011010001001000010001101100001111010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258528; }

 p { color: rgb(37,133,40); }

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

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

 a { background-color: rgb(37,133,40); }

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

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

 span { border-color: rgb(37,133,40); }

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