#258512

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

Shades of Forest Green #258512

Tints of Forest Green #258512

Color information

#258512 (or 0x258512) is unknown color: approx Forest Green. HEX triplet: 25, 85 and 12. RGB value is (37,133,18). Sum of RGB (Red+Green+Blue) = 37+133+18=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #258512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258512 is #DA7AED. Grayscale: #5B5B5B. Windows color (decimal): -14318318 or 1213733. OLE color: 1213733.

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

Color convert

RGB3713318-
CMYK0.7200.860.48
HSL110.09º76.16%29.61%-
HSV(B)110.09º86.47%52.16%-
XYZ9.2617.213.41-
YUV91.1986.789.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 133 (52.34% from 255) = 70.74%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=19.68%
G=70.74%
B=9.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133180.7200.860.48110.0976.1629.61
Hex25851248056306e4c1e
Octal452052211001266015611436
Binary10010110000101100101001000010101101100001101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258512; }

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

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

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

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

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

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

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

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