#2A9A26

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

Shades of Forest Green #2A9A26

Tints of Forest Green #2A9A26

Color information

#2A9A26 (or 0x2A9A26) is unknown color: approx Forest Green. HEX triplet: 2A, 9A and 26. RGB value is (42,154,38). Sum of RGB (Red+Green+Blue) = 42+154+38=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 154 (60.55% from 255 or 65.81% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A26 is #D565D9. Grayscale: #6B6B6B. Windows color (decimal): -13985242 or 2529834. OLE color: 2529834.

HSL color Cylindrical-coordinate representation of color #2A9A26: hue angle of 117.93º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9A26 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB4215438-
CMYK0.7300.750.40
HSL117.93º60.42%37.65%-
HSV(B)117.93º75.32%60.39%-
XYZ12.8623.745.74-
YUV107.2988.8981.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 154 (60.55% from 255) = 65.81%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=17.95%
G=65.81%
B=16.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154380.7300.750.40117.9360.4237.65
Hex2A9A264904B28763c26
Octal52232461110113501667446
Binary101010100110101001101001001010010111010001110110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9A26; }

 p { color: rgb(42,154,38); }

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

<style>
 a { background-color: #2A9A26; }

 a { background-color: rgb(42,154,38); }

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

<style>
 span { border-color: #2A9A26; }

 span { border-color: rgb(42,154,38); }

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