#2A923B

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

Shades of Forest Green #2A923B

Tints of Forest Green #2A923B

Color information

#2A923B (or 0x2A923B) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 3B. RGB value is (42,146,59). Sum of RGB (Red+Green+Blue) = 42+146+59=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #2A923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A923B is #D56DC4. Grayscale: #696969. Windows color (decimal): -13987269 or 3904042. OLE color: 3904042.

HSL color Cylindrical-coordinate representation of color #2A923B: hue angle of 129.81º 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 #2A923B is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB4214659-
CMYK0.7100.600.43
HSL129.81º55.32%36.86%-
HSV(B)129.81º71.23%57.25%-
XYZ12.0221.377.63-
YUV104.99102.0483.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=17.00%
G=59.11%
B=23.89%

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
Decimal42146590.7100.600.43129.8155.3236.86
Hex2A923B4703C2B823725
Octal5222273107074532026745
Binary101010100100101110111000111011110010101110000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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