#258B32

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

Shades of Forest Green #258B32

Tints of Forest Green #258B32

Color information

#258B32 (or 0x258B32) is unknown color: approx Forest Green. HEX triplet: 25, 8B and 32. RGB value is (37,139,50). Sum of RGB (Red+Green+Blue) = 37+139+50=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #258B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258B32 is #DA74CD. Grayscale: #626262. Windows color (decimal): -14316750 or 3312421. OLE color: 3312421.

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

Color convert

RGB3713950-
CMYK0.7300.640.45
HSL127.65º57.95%34.51%-
HSV(B)127.65º73.38%54.51%-
XYZ10.5719.096.14-
YUV98.36100.7184.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 139 (54.69% from 255) = 61.50%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=16.37%
G=61.50%
B=22.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37139500.7300.640.45127.6557.9534.51
Hex258B32490402D803a23
Octal45213621110100552007243
Binary1001011000101111001010010010100000010110110000000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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