#2A9826

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

Shades of Forest Green #2A9826

Tints of Forest Green #2A9826

Color information

#2A9826 (or 0x2A9826) is unknown color: approx Forest Green. HEX triplet: 2A, 98 and 26. RGB value is (42,152,38). Sum of RGB (Red+Green+Blue) = 42+152+38=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9826 is #D567D9. Grayscale: #6A6A6A. Windows color (decimal): -13985754 or 2529322. OLE color: 2529322.

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

Color convert

RGB4215238-
CMYK0.7200.750.40
HSL117.89º60%37.25%-
HSV(B)117.89º75%59.61%-
XYZ12.5323.095.63-
YUV106.1189.5682.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 152 (59.77% from 255) = 65.52%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=18.10%
G=65.52%
B=16.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152380.7200.750.40117.896037.25
Hex2A98264804B28763c25
Octal52230461100113501667445
Binary101010100110001001101001000010010111010001110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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