#2A9626

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

Shades of Forest Green #2A9626

Tints of Forest Green #2A9626

Color information

#2A9626 (or 0x2A9626) is unknown color: approx Forest Green. HEX triplet: 2A, 96 and 26. RGB value is (42,150,38). Sum of RGB (Red+Green+Blue) = 42+150+38=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9626 is #D569D9. Grayscale: #696969. Windows color (decimal): -13986266 or 2528810. OLE color: 2528810.

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

Color convert

RGB4215038-
CMYK0.7200.750.41
HSL117.86º59.57%36.86%-
HSV(B)117.86º74.67%58.82%-
XYZ12.2122.445.52-
YUV104.9490.2283.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 150 (58.98% from 255) = 65.22%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=18.26%
G=65.22%
B=16.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42150380.7200.750.41117.8659.5736.86
Hex2A96264804B29763c25
Octal52226461100113511667445
Binary101010100101101001101001000010010111010011110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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