#1A8228

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

Shades of Forest Green #1A8228

Tints of Forest Green #1A8228

Color information

#1A8228 (or 0x1A8228) is unknown color: approx Forest Green. HEX triplet: 1A, 82 and 28. RGB value is (26,130,40). Sum of RGB (Red+Green+Blue) = 26+130+40=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8228 is #E57DD7. Grayscale: #585858. Windows color (decimal): -15039960 or 2654746. OLE color: 2654746.

HSL color Cylindrical-coordinate representation of color #1A8228: hue angle of 128.08º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8228 is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB2613040-
CMYK0.800.690.49
HSL128.08º66.67%30.59%-
HSV(B)128.08º80%50.98%-
XYZ8.7916.344.7-
YUV88.64100.5483.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=13.27%
G=66.33%
B=20.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26130400.800.690.49128.0866.6730.59
Hex1A8228500453180431f
Octal322025012001056120010337
Binary110101000001010100010100000100010111000110000000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A8228; }

 p { color: rgb(26,130,40); }

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

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

 a { background-color: rgb(26,130,40); }

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

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

 span { border-color: rgb(26,130,40); }

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