#228a1a

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

Shades of Forest Green #228A1A

Tints of Forest Green #228A1A

Color information

#228A1A (or 0x228A1A) is unknown color: approx Forest Green. HEX triplet: 22, 8A and 1A. RGB value is (34,138,26). Sum of RGB (Red+Green+Blue) = 34+138+26=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #228A1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228A1A is #DD75E5. Grayscale: #5E5E5E. Windows color (decimal): -14513638 or 1739298. OLE color: 1739298.

HSL color Cylindrical-coordinate representation of color #228A1A: hue angle of 115.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228A1A is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB3413826-
CMYK0.7500.810.46
HSL115.71º68.29%32.16%-
HSV(B)115.71º81.16%54.12%-
XYZ9.9318.594.04-
YUV94.1489.5485.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 138 (54.30% from 255) = 69.70%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=17.17%
G=69.70%
B=13.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34138260.7500.810.46115.7168.2932.16
Hex228A1A4B0512E744420
Octal422123211301215616410440
Binary100010100010101101010010110101000110111011101001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228a1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228a1a; }

 p { color: rgb(34,138,26); }

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

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

 a { background-color: rgb(34,138,26); }

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

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

 span { border-color: rgb(34,138,26); }

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