#258B1F

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

Shades of Forest Green #258B1F

Tints of Forest Green #258B1F

Color information

#258B1F (or 0x258B1F) is unknown color: approx Forest Green. HEX triplet: 25, 8B and 1F. RGB value is (37,139,31). Sum of RGB (Red+Green+Blue) = 37+139+31=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #258B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258B1F is #DA74E0. Grayscale: #606060. Windows color (decimal): -14316769 or 2067237. OLE color: 2067237.

HSL color Cylindrical-coordinate representation of color #258B1F: hue angle of 116.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258B1F is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB3713931-
CMYK0.7300.780.45
HSL116.67º63.53%33.33%-
HSV(B)116.67º77.7%54.51%-
XYZ10.2418.964.42-
YUV96.1991.2185.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 139 (54.69% from 255) = 67.15%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=17.87%
G=67.15%
B=14.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37139310.7300.780.45116.6763.5333.33
Hex258B1F4904E2D754021
Octal452133711101165516510041
Binary100101100010111111110010010100111010110111101011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258B1F; }

 p { color: rgb(37,139,31); }

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

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

 a { background-color: rgb(37,139,31); }

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

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

 span { border-color: rgb(37,139,31); }

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