#228221

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

Shades of Forest Green #228221

Tints of Forest Green #228221

Color information

#228221 (or 0x228221) is unknown color: approx Forest Green. HEX triplet: 22, 82 and 21. RGB value is (34,130,33). Sum of RGB (Red+Green+Blue) = 34+130+33=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #228221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228221 is #DD7DDE. Grayscale: #5A5A5A. Windows color (decimal): -14515679 or 2196002. OLE color: 2196002.

HSL color Cylindrical-coordinate representation of color #228221: hue angle of 119.38º 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 #228221 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB3413033-
CMYK0.7400.750.49
HSL119.38º59.51%31.96%-
HSV(B)119.38º74.62%50.98%-
XYZ8.9216.424.14-
YUV90.2495.787.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=17.26%
G=65.99%
B=16.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34130330.7400.750.49119.3859.5131.96
Hex2282214A04B31773c20
Octal42202411120113611677440
Binary100010100000101000011001010010010111100011110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228221; }

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

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

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

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

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

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

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

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