#2A9423

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

Shades of Forest Green #2A9423

Tints of Forest Green #2A9423

Color information

#2A9423 (or 0x2A9423) is unknown color: approx Forest Green. HEX triplet: 2A, 94 and 23. RGB value is (42,148,35). Sum of RGB (Red+Green+Blue) = 42+148+35=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9423 is #D56BDC. Grayscale: #676767. Windows color (decimal): -13986781 or 2331690. OLE color: 2331690.

HSL color Cylindrical-coordinate representation of color #2A9423: hue angle of 116.28º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A9423 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB4214835-
CMYK0.7200.760.42
HSL116.28º61.75%35.88%-
HSV(B)116.28º76.35%58.04%-
XYZ11.8521.795.17-
YUV103.4289.3884.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 148 (58.20% from 255) = 65.78%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=18.67%
G=65.78%
B=15.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42148350.7200.760.42116.2861.7535.88
Hex2A94234804C2A743e24
Octal52224431100114521647644
Binary101010100101001000111001000010011001010101110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,148,35); }

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

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

 a { background-color: rgb(42,148,35); }

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

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

 span { border-color: rgb(42,148,35); }

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