#26AB12

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

Shades of Forest Green #26AB12

Tints of Forest Green #26AB12

Color information

#26AB12 (or 0x26AB12) is unknown color: approx Forest Green. HEX triplet: 26, AB and 12. RGB value is (38,171,18). Sum of RGB (Red+Green+Blue) = 38+171+18=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 171 (67.19% from 255 or 75.33% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AB12 is #D954ED. Grayscale: #727272. Windows color (decimal): -14243054 or 1223462. OLE color: 1223462.

HSL color Cylindrical-coordinate representation of color #26AB12: hue angle of 112.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26AB12 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB3817118-
CMYK0.7800.890.33
HSL112.16º80.95%37.06%-
HSV(B)112.16º89.47%67.06%-
XYZ15.4729.585.47-
YUV113.7973.9473.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 171 (67.19% from 255) = 75.33%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=16.74%
G=75.33%
B=7.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38171180.7800.890.33112.1680.9537.06
Hex26AB124E05921705125
Octal462532211601314116012145
Binary100110101010111001010011100101100110000111100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AB12; }

 p { color: rgb(38,171,18); }

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

<style>
 a { background-color: #26AB12; }

 a { background-color: rgb(38,171,18); }

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

<style>
 span { border-color: #26AB12; }

 span { border-color: rgb(38,171,18); }

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