#1A8931

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

Shades of Forest Green #1A8931

Tints of Forest Green #1A8931

Color information

#1A8931 (or 0x1A8931) is unknown color: approx Forest Green. HEX triplet: 1A, 89 and 31. RGB value is (26,137,49). Sum of RGB (Red+Green+Blue) = 26+137+49=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8931 is #E576CE. Grayscale: #5E5E5E. Windows color (decimal): -15038159 or 3246362. OLE color: 3246362.

HSL color Cylindrical-coordinate representation of color #1A8931: hue angle of 132.43º 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 #1A8931 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB2613749-
CMYK0.8100.640.46
HSL132.43º68.1%31.96%-
HSV(B)132.43º81.02%53.73%-
XYZ9.9318.335.92-
YUV93.78102.7379.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 137 (53.91% from 255) = 64.62%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=12.26%
G=64.62%
B=23.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26137490.8100.640.46132.4368.131.96
Hex1A8931510402E844420
Octal322116112101005620410440
Binary1101010001001110001101000101000000101110100001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,137,49); }

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

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

 a { background-color: rgb(26,137,49); }

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

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

 span { border-color: rgb(26,137,49); }

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