#2A923A

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

Shades of Forest Green #2A923A

Tints of Forest Green #2A923A

Color information

#2A923A (or 0x2A923A) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 3A. RGB value is (42,146,58). Sum of RGB (Red+Green+Blue) = 42+146+58=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #2A923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A923A is #D56DC5. Grayscale: #696969. Windows color (decimal): -13987270 or 3838506. OLE color: 3838506.

HSL color Cylindrical-coordinate representation of color #2A923A: hue angle of 129.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A923A is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB4214658-
CMYK0.7100.600.43
HSL129.23º55.32%36.86%-
HSV(B)129.23º71.23%57.25%-
XYZ1221.367.49-
YUV104.87101.5483.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 146 (57.42% from 255) = 59.35%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=17.07%
G=59.35%
B=23.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146580.7100.600.43129.2355.3236.86
Hex2A923A4703C2B813725
Octal5222272107074532016745
Binary101010100100101110101000111011110010101110000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,58); }

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

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

 a { background-color: rgb(42,146,58); }

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

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

 span { border-color: rgb(42,146,58); }

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