#2A9730

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

Shades of Forest Green #2A9730

Tints of Forest Green #2A9730

Color information

#2A9730 (or 0x2A9730) is unknown color: approx Forest Green. HEX triplet: 2A, 97 and 30. RGB value is (42,151,48). Sum of RGB (Red+Green+Blue) = 42+151+48=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #2A9730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9730 is #D568CF. Grayscale: #6A6A6A. Windows color (decimal): -13986000 or 3184426. OLE color: 3184426.

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

Color convert

RGB4215148-
CMYK0.7200.680.41
HSL123.3º56.48%37.84%-
HSV(B)123.3º72.19%59.22%-
XYZ12.5522.846.54-
YUV106.6794.8981.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 151 (59.38% from 255) = 62.66%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=17.43%
G=62.66%
B=19.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42151480.7200.680.41123.356.4837.84
Hex2A973048044297b3826
Octal52227601100104511737046
Binary101010100101111100001001000010001001010011111011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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