#2A9430

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

Shades of Forest Green #2A9430

Tints of Forest Green #2A9430

Color information

#2A9430 (or 0x2A9430) is unknown color: approx Forest Green. HEX triplet: 2A, 94 and 30. RGB value is (42,148,48). Sum of RGB (Red+Green+Blue) = 42+148+48=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9430 is #D56BCF. Grayscale: #696969. Windows color (decimal): -13986768 or 3183658. OLE color: 3183658.

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

Color convert

RGB4214848-
CMYK0.7200.680.42
HSL123.4º55.79%37.25%-
HSV(B)123.4º71.62%58.04%-
XYZ12.0821.896.38-
YUV104.9195.8883.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 148 (58.20% from 255) = 62.18%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=17.65%
G=62.18%
B=20.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42148480.7200.680.42123.455.7937.25
Hex2A9430480442A7b3825
Octal52224601100104521737045
Binary101010100101001100001001000010001001010101111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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