Html Css Color HEX #2F952A Forest Green

📋 copy color: '#2F952A'

red 47 ◦ green 149 ◦ blue 42

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

Shades of Forest Green #2F952A

Tints of Forest Green #2F952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.61%

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

R = 19.75%
G = 62.61%
B = 17.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#2F952A (or 0x2F952A) is known color: Forest Green. HEX triplet: 2F, 95 and 2A. RGB value is (47,149,42). Sum of RGB (Red+Green+Blue) = 47+149+42=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #2F952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F952A is #D06AD5. Grayscale: #6A6A6A. Windows color (decimal): -13658838 or 2790703. OLE color: 2790703.

HSL color Cylindrical-coordinate representation of color #2F952A: hue angle of 117.2º 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 #2F952A is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 42 -
CMYK 0.68 0 0.72 0.42
HSL 117.2º 0.56% 0.37% -
HSV(B) 117.2º 0.72% 0.58% -
XYZ 12.34 22.27 5.84 -
YUV 106.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 47 149 42 0.68 0 0.72 0.42 117.2 0.56 0.37
Hex 2F 95 2A 44 0 48 2A 75 38 25
Octal 57 225 52 104 0 110 52 165 70 45
Binary 101111 10010101 101010 1000100 0 1001000 101010 1110101 111000 100101

Color Harmonies of #2F952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F952A

Black with #2F952A

Text Example


Text Example

White with #2F952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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