Html Css Color HEX #2F952B Forest Green

📋 copy color: '#2F952B'

red 47 ◦ green 149 ◦ blue 43

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

Shades of Forest Green #2F952B

Tints of Forest Green #2F952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 19.67%
G = 62.34%
B = 17.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#2F952B (or 0x2F952B) is known color: Forest Green. HEX triplet: 2F, 95 and 2B. RGB value is (47,149,43). Sum of RGB (Red+Green+Blue) = 47+149+43=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #2F952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F952B is #D06AD4. Grayscale: #6A6A6A. Windows color (decimal): -13658837 or 2856239. OLE color: 2856239.

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

Color convert

RGB 47 149 43 -
CMYK 0.68 0 0.71 0.42
HSL 117.74º 0.55% 0.38% -
HSV(B) 117.74º 0.71% 0.58% -
XYZ 12.36 22.27 5.93 -
YUV 106.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 47 149 43 0.68 0 0.71 0.42 117.74 0.55 0.38
Hex 2F 95 2B 44 0 47 2A 76 37 26
Octal 57 225 53 104 0 107 52 166 67 46
Binary 101111 10010101 101011 1000100 0 1000111 101010 1110110 110111 100110

Color Harmonies of #2F952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F952B

Black with #2F952B

Text Example


Text Example

White with #2F952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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