Html Css Color HEX #2A9730 Forest Green

📋 copy color: '#2A9730'

red 42 ◦ green 151 ◦ blue 48

#2A9730
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2A9730

Tints of Forest Green #2A9730

RGB

 RED value IS 42 (16.8% 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 value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#2A9730 (or 0x2A9730) is known color: 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

RGB 42 151 48 -
CMYK 0.72 0 0.68 0.41
HSL 123.3º 0.56% 0.38% -
HSV(B) 123.3º 0.72% 0.59% -
XYZ 12.55 22.84 6.54 -
YUV 106.67 94.89 81.88 -
System Red Green Blue C M Y K H S L
Decimal 42 151 48 0.72 0 0.68 0.41 123.3 0.56 0.38
Hex 2A 97 30 48 0 44 29 7B 38 26
Octal 52 227 60 110 0 104 51 173 70 46
Binary 101010 10010111 110000 1001000 0 1000100 101001 1111011 111000 100110

Color Harmonies of #2A9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9730

Black with #2A9730

Text Example


Text Example

White with #2A9730

Text Example


Text Example

HTML Codes & Css Web 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>