Html Css Color HEX #2F992A Forest Green

📋 copy color: '#2F992A'

red 47 ◦ green 153 ◦ blue 42

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

Shades of Forest Green #2F992A

Tints of Forest Green #2F992A

RGB

 RED value IS 47 (18.75% from 255) = 19.42%

 GREEN value IS 153 (60.16% from 255) = 63.22%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 19.42%
G = 63.22%
B = 17.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#2F992A (or 0x2F992A) is known color: Forest Green. HEX triplet: 2F, 99 and 2A. RGB value is (47,153,42). Sum of RGB (Red+Green+Blue) = 47+153+42=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #2F992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F992A is #D066D5. Grayscale: #6C6C6C. Windows color (decimal): -13657814 or 2791727. OLE color: 2791727.

HSL color Cylindrical-coordinate representation of color #2F992A: hue angle of 117.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F992A is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 42 -
CMYK 0.69 0 0.73 0.4
HSL 117.3º 0.57% 0.38% -
HSV(B) 117.3º 0.73% 0.6% -
XYZ 12.98 23.55 6.05 -
YUV 108.65 90.38 84.03 -
System Red Green Blue C M Y K H S L
Decimal 47 153 42 0.69 0 0.73 0.4 117.3 0.57 0.38
Hex 2F 99 2A 45 0 49 28 75 39 26
Octal 57 231 52 105 0 111 50 165 71 46
Binary 101111 10011001 101010 1000101 0 1001001 101000 1110101 111001 100110

Color Harmonies of #2F992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F992A

Black with #2F992A

Text Example


Text Example

White with #2F992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,42); }

 H1.HeaderClassName
 {
   color: #2F992A;
 }
 .AnyTagClassName
 {
   color: #2F992A;
 }
</style>

background-color css

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

 a { background-color: rgb(47,153,42); }

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

border-color css

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

 span { border-color: rgb(47,153,42); }

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