#258221

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

Shades of Forest Green #258221

Tints of Forest Green #258221

Color information

#258221 (or 0x258221) is unknown color: approx Forest Green. HEX triplet: 25, 82 and 21. RGB value is (37,130,33). Sum of RGB (Red+Green+Blue) = 37+130+33=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #258221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258221 is #DA7DDE. Grayscale: #5B5B5B. Windows color (decimal): -14319071 or 2196005. OLE color: 2196005.

HSL color Cylindrical-coordinate representation of color #258221: hue angle of 117.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258221 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB3713033-
CMYK0.7200.750.49
HSL117.53º59.51%31.96%-
HSV(B)117.53º74.62%50.98%-
XYZ9.0216.474.14-
YUV91.1495.1989.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=18.5%
G=65%
B=16.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130330.7200.750.49117.5359.5131.96
Hex2582214804B31763c20
Octal45202411100113611667440
Binary100101100000101000011001000010010111100011110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258221; }

 p { color: rgb(37,130,33); }

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

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

 a { background-color: rgb(37,130,33); }

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

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

 span { border-color: rgb(37,130,33); }

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