#26AA1F

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

Shades of Forest Green #26AA1F

Tints of Forest Green #26AA1F

Color information

#26AA1F (or 0x26AA1F) is unknown color: approx Forest Green. HEX triplet: 26, AA and 1F. RGB value is (38,170,31). Sum of RGB (Red+Green+Blue) = 38+170+31=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AA1F is #D955E0. Grayscale: #737373. Windows color (decimal): -14243297 or 2075174. OLE color: 2075174.

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

Color convert

RGB3817031-
CMYK0.7800.820.33
HSL116.98º69.15%39.41%-
HSV(B)116.98º81.76%66.67%-
XYZ15.4229.266.13-
YUV114.6980.7773.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 170 (66.80% from 255) = 71.13%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=15.90%
G=71.13%
B=12.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38170310.7800.820.33116.9869.1539.41
Hex26AA1F4E05221754527
Octal462523711601224116510547
Binary100110101010101111110011100101001010000111101011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,170,31); }

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

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

 a { background-color: rgb(38,170,31); }

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

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

 span { border-color: rgb(38,170,31); }

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