#1A8126

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

Shades of Forest Green #1A8126

Tints of Forest Green #1A8126

Color information

#1A8126 (or 0x1A8126) is unknown color: approx Forest Green. HEX triplet: 1A, 81 and 26. RGB value is (26,129,38). Sum of RGB (Red+Green+Blue) = 26+129+38=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 129 (50.78% from 255 or 66.84% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8126 is #E57ED9. Grayscale: #585858. Windows color (decimal): -15040218 or 2523418. OLE color: 2523418.

HSL color Cylindrical-coordinate representation of color #1A8126: hue angle of 126.99º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8126 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB2612938-
CMYK0.8000.710.49
HSL126.99º66.45%30.39%-
HSV(B)126.99º79.84%50.59%-
XYZ8.6316.064.48-
YUV87.8399.8883.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 129 (50.78% from 255) = 66.84%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=13.47%
G=66.84%
B=19.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26129380.8000.710.49126.9966.4530.39
Hex1A812650047317f421e
Octal322014612001076117710236
Binary11010100000011001101010000010001111100011111111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,129,38); }

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

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

 a { background-color: rgb(26,129,38); }

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

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

 span { border-color: rgb(26,129,38); }

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