#1A8225

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

Shades of Forest Green #1A8225

Tints of Forest Green #1A8225

Color information

#1A8225 (or 0x1A8225) is unknown color: approx Forest Green. HEX triplet: 1A, 82 and 25. RGB value is (26,130,37). Sum of RGB (Red+Green+Blue) = 26+130+37=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8225 is #E57DDA. Grayscale: #585858. Windows color (decimal): -15039963 or 2458138. OLE color: 2458138.

HSL color Cylindrical-coordinate representation of color #1A8225: hue angle of 126.35º 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 #1A8225 is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB2613037-
CMYK0.800.720.49
HSL126.35º66.67%30.59%-
HSV(B)126.35º80%50.98%-
XYZ8.7416.324.44-
YUV88.399.0483.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 130 (51.17% from 255) = 67.36%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=13.47%
G=67.36%
B=19.17%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26130370.800.720.49126.3566.6730.59
Hex1A822550048317e431f
Octal322024512001106117610337
Binary11010100000101001011010000010010001100011111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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