#228225

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

Shades of Forest Green #228225

Tints of Forest Green #228225

Color information

#228225 (or 0x228225) is unknown color: approx Forest Green. HEX triplet: 22, 82 and 25. RGB value is (34,130,37). Sum of RGB (Red+Green+Blue) = 34+130+37=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #228225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228225 is #DD7DDA. Grayscale: #5A5A5A. Windows color (decimal): -14515675 or 2458146. OLE color: 2458146.

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

Color convert

RGB3413037-
CMYK0.7400.720.49
HSL121.88º58.54%32.16%-
HSV(B)121.88º73.85%50.98%-
XYZ8.9816.444.45-
YUV90.6997.787.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=16.92%
G=64.68%
B=18.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34130370.7400.720.49121.8858.5432.16
Hex2282254A048317a3b20
Octal42202451120110611727340
Binary100010100000101001011001010010010001100011111010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228225; }

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

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

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

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

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

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

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

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